|
Stardew Engine
|
#include "StardewString.h"
Functions | |
| int | Str_Tokenize (char *string, char sep) |
| replaces occurences of the char "sep" in the string with null characters and returns the resulting number of strings. | |
| void | Str_AdvanceToNextToken (char **pNextToken) |
| advance a char pointer to the null terminator and then past its | |
| void Str_AdvanceToNextToken | ( | char ** | pNextToken | ) |
advance a char pointer to the null terminator and then past its
| pNextToken |
| int Str_Tokenize | ( | char * | string, |
| char | sep | ||
| ) |
replaces occurences of the char "sep" in the string with null characters and returns the resulting number of strings.
| string | |
| sep | separator |