Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dtoascii.c72 toascii (int c) in toascii() function
/picolibc-latest/newlib/libc/include/
Dctype.h93 #define toascii(__c) ((__c)&0177) macro