MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / hasMoreTokens

Function hasMoreTokens

util.c:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62}
63int hasMoreTokens(Tokenizer *t) {
64 return (t->current < t->n);
65}
66
67void stringtokenizer(char *data,Tokenizer *t) {
68 char *token;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected