MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dStrtok

Function dStrtok

engine/source/platformAndroid/AndroidStrings.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271char* dStrtok(char *str, const char *sep)
272{
273 return strtok(str, sep);
274}
275
276
277int dAtoi(const char *str)

Callers 1

_AndroidGetTxtFileArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected