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

Function isspace

include/ctype.h:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77#ifdef __cplusplus
78static inline int isspace(int c)
79{
80 return c == ' ' || c == '\t' || c == '\n' || c == '\r' ||
81 c == '\f' || c == '\v';
82}
83
84static inline int isspace_l(int c, locale_t locale)
85{

Callers 15

isspace_lFunction · 0.70
skip_spacesFunction · 0.50
find_spacesFunction · 0.50
trimlineFunction · 0.50
skip_spaceFunction · 0.50
kconfig_lineFunction · 0.50
skip_spaceFunction · 0.50
find_value_endFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
skip_spaceFunction · 0.50
find_value_endFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected