Searched defs:isspace (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/
H A Dctype.h51 # undef isspace macro
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); } function

Completed in 60 milliseconds