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

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
size_t strnlen (const char *s, size_t maxlen)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
size_t strnlen ( const char *  s,
size_t  maxlen 
)

Definition at line 33 of file strnlen.c.