Home
last modified time | relevance | path

Searched defs:to_char (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_local.h99 #define to_char(n) ((n) + '0') macro
Dnano-vfprintf_local.h123 #define to_char(n) ((n) + '0') macro
Dvfprintf.c352 #define to_char(n) ((n) + '0') macro
Dvfwprintf.c321 #define to_char(n) ((n) + L'0') macro