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