Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Disprint.c87 isprint (int c) in isprint() function
/picolibc-latest/newlib/libc/include/
Dctype.h149 __declare_extern_inline(int) isprint (int c) in isprint() function
263 #define isprint(__c) (__ctype_lookup(__c)&(_P|_U|_L|_N|_B)) macro