Function version of putchar.
fputchar is usually equal to putchar, except fputchar is implemented as a function, but putchar is implemented as a macro.