SYNOPSIS
#include <string.h>
char *strtok_r(char *s1, const char *s2, char **s3);
DESCRIPTION
The
Note that the function
If the character buffer s1 is in dynamic memory,
PARAMETERS
- s1
-
Points to the string from which to extract tokens.
- s2
-
Points to a null-terminated set of delimiter characters.
- s3
-
Is a value-return parameter used by
strtok_r() to record its progress through s1.
RETURN VALUES
The
CONFORMANCE
POSIX.1 (1996).
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
PTC MKS Toolkit 10.4 Documentation Build 39.