Searched defs:strsep (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/string/
H A Dstrsep.c1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) function

Completed in 18 milliseconds