blob: b8d382cc238238fcdc92365dbee63d046af32a50 [file] [log] [blame]
#include <stdio.h>
int putchar(int c) { return fputc(c, stdout); }