Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
static char *skip_spaces(char *ptr)
59
{
60
while (*ptr && isspace((int)*ptr)) ptr++;
61
return ptr;
62
}
63
64
static char *find_spaces(char *ptr)
65
{
Callers
1
main
Function · 0.70
Calls
1
isspace
Function · 0.50
Tested by
no test coverage detected