gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:to_digit (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
243:  */
244: #define to_digit(c)     ((c) - '0')
245: #define is_digit(c)     ((unsigned)to_digit(c) <= 9)