SysIII/usr/src/lib/libc/vax/stdio/fgetc.c

Compare this file to the similar file:
Show the results in this format:

/*LINTLIBRARY*/
#include <stdio.h>

fgetc(fp)
FILE *fp;
{
	return(getc(fp));
}