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

Function skip_space

tools/kconfig2html.c:401–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 ****************************************************************************/
400
401static char *skip_space(char *ptr)
402{
403 while (*ptr && isspace((int)*ptr)) ptr++;
404 return ptr;
405}
406
407/****************************************************************************
408 * Name: dequote

Callers 3

read_lineFunction · 0.70
kconfig_lineFunction · 0.70
get_html_stringFunction · 0.70

Calls 1

isspaceFunction · 0.50

Tested by

no test coverage detected