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