Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdio / putchar.c
1 /*
2  * putchar.c - print (or buffer) a character on the standard output stream
3  */
4 /* $Id: putchar.c,v 1.3 1994/06/24 11:51:00 ceriel Exp $ */
5
6 #include        <stdio.h>
7
8 int
9 (putchar)(int c)
10 {
11         return putchar(c);
12 }