Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Disdigit.c74 isdigit (int c) in isdigit() function
/picolibc-latest/newlib/libc/include/
Dctype.h134 __declare_extern_inline(int) isdigit (int c) in isdigit() function
258 #define isdigit(__c) (__ctype_lookup(__c)&_N) macro