Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
char* dStrtok(char *str, const char *sep)
272
{
273
return strtok(str, sep);
274
}
275
276
277
int dAtoi(const char *str)
Callers
1
_AndroidGetTxtFileArgs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected