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