Searched defs:putchar_unlocked (Results 1 – 2 of 2) sorted by relevance
381 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro