Function mrpt::system::strtok

Function Documentation

char *mrpt::system::strtok(char *str, const char *strDelimit, char **context) noexcept

An OS-independent method for tokenizing a string. The extra parameter “context” must be a pointer to a “char*” variable, which needs no initialization and is used to save information between calls to strtok.

See also

system::tokenize