Computer Science


STRSEP(3)           Linux Programmer's Manual           STRSEP(3)

NAME
       strsep - extract token from string

SYNOPSIS
       #include <string.h>

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

DESCRIPTION
       The  strsep()  function  returns  the  next token from the
       string stringp which is delimited by delim.  The token  is
       terminated with a `\0' character and stringp is updated to
       point past the token.

RETURN VALUE
       The strsep() function returns a pointer to the  token,  or
       NULL if delim is not found in stringp.

NOTES
       The  strsep() function was introduced as a replacement for
       strtok(), since the latter  cannot  handle  empty  fields.
       (However,  strtok()  conforms  to ANSI-C and hence is more
       portable.)

CONFORMING TO
       BSD 4.4

SEE ALSO
       index(3),  memchr(3),  rindex(3),  strchr(3),  strpbrk(3),
       strspn(3), strstr(3), strtok(3)

GNU                       April 12, 1993                        1

Back to the index


Apply now!


Handbook

Postgraduate study options

Computer Science Blog



Please give us your feedback or ask us a question

This message is...


My feedback or question is...


My email address is...

(Only if you need a reply)

A to Z Directory | Site map | Accessibility | Copyright | Privacy | Disclaimer | Feedback on this page