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