MCPcopy Create free account
hub / github.com/apache/nuttx / skip_spaces

Function skip_spaces

tools/cnvwindeps.c:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 ****************************************************************************/
57
58static char *skip_spaces(char *ptr)
59{
60 while (*ptr && isspace((int)*ptr)) ptr++;
61 return ptr;
62}
63
64static char *find_spaces(char *ptr)
65{

Callers 1

mainFunction · 0.70

Calls 1

isspaceFunction · 0.50

Tested by

no test coverage detected