Home
last modified time | relevance | path

Searched refs:nullc_putchar (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dnullconsole.c43 static void nullc_putchar(int c);
52 .c_out = nullc_putchar,
70 nullc_putchar(int c) in nullc_putchar() function