Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Disdigit.c74 isdigit (int c) in isdigit() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dctype.h136 __declare_extern_inline(int) isdigit (int c) in isdigit() function
260 #define isdigit(__c) (__ctype_lookup(__c)&_N) macro