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

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
char * strncpy (char *__restrict dst, const char *__restrict src, size_t n)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
char* strncpy ( char *__restrict  dst,
const char *__restrict  src,
size_t  n 
)

Definition at line 43 of file strncpy.c.