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 ("$FreeBSD$")
 
char * strsep (char **stringp, const char *delim)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strsep()

char * strsep ( char **  stringp,
const char *  delim 
)

Definition at line 53 of file strsep.c.

References c.