home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / papi020.arj / PAPI0.20 / STDIO.H < prev    next >
Encoding:
Text File  |  1993-10-06  |  78 b   |  4 lines

  1. void printf(const char *fmt, ...);
  2. int putchar(char);
  3. void init_printf(void);
  4.