|
|
1.1 root 1: /* @(#)fgetc.c 4.1 (Berkeley) 12/21/80 */
2: #include <stdio.h>
3:
4: fgetc(fp)
5: FILE *fp;
6: {
7: return(getc(fp));
8: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.