FreeBSD kernel libkern code
strcat.c File Reference
#include <sys/cdefs.h>
#include <sys/libkern.h>
Include dependency graph for strcat.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
char * strcat (char *__restrict s, const char *__restrict append)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
char* strcat ( char *__restrict  s,
const char *__restrict  append 
)

Definition at line 36 of file strcat.c.