MCPcopy 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
84static inline int isspace_l(int c, locale_t locale)
85{
86 return isspace(c);
87}
88#else
89int isspace(int c);
90int isspace_l(int c, locale_t locale);

Callers

nothing calls this directly

Calls 1

isspaceFunction · 0.70

Tested by

no test coverage detected