Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nuttx
/ isspace_l
Function
isspace_l
include/ctype.h:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
static inline int isspace_l(int c, locale_t locale)
85
{
86
return isspace(c);
87
}
88
#else
89
int isspace(int c);
90
int isspace_l(int c, locale_t locale);
Callers
nothing calls this directly
Calls
1
isspace
Function · 0.70
Tested by
no test coverage detected