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

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
char * strsep (char **stringp, const char *delim)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
char* strsep ( char **  stringp,
const char *  delim 
)

Definition at line 51 of file strsep.c.

References c.