PatchworkOS
Loading...
Searching...
No Matches
strncat.c File Reference
#include <string.h>

Go to the source code of this file.

Functions

char * strncat (char *_RESTRICT s1, const char *_RESTRICT s2, size_t n)
 

Function Documentation

◆ strncat()

char * strncat ( char *_RESTRICT  s1,
const char *_RESTRICT  s2,
size_t  n 
)

Definition at line 3 of file strncat.c.