SYNOPSIS
#include <string.h>
char *strsep(char **stringp, const char *delim);
DESCRIPTION
The
The function
The string delim need not remain constant from call to call.
This function is intended to replace
PARAMETERS
- stringp
-
Points to a character string from which to extract tokens.
- delim
-
Points to a null-terminated string of delimiter characters.
RETURN VALUES
A pointer to the next token from stringp, as delimited
by delim. When there are no more tokens,
CONFORMANCE
4.4BSD.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
strtok() ,strtok_r()
PTC MKS Toolkit 10.4 Documentation Build 39.