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

/ndk/sources/cxx-stl/stlport/stlport/
H A Dctype.h52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function

Completed in 99 milliseconds