Searched defs:APPEND_DIGIT (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/lib/libc/stdio/ | ||
H A D | vfwprintf.c | 405 #define APPEND_DIGIT(val, dig) do { \ in __vfwprintf() macro |
H A D | vfprintf.c | 428 #define APPEND_DIGIT(val, dig) do { \ in __vfprintf() macro |