#define _GNU_SOURCE #include int main() { char *found; char **stringp, const char *delim; found = strsep(stringp, delim); }