2 fgetc - read the next char from a file
13 This function reads the next character from the open file
16 If there is a next character, this function returns a 1
17 character string containing that character. In the case
18 of EOF or error, nil is returned.
21 > fd = fopen("/tmp/newfile", "w")
22 > fputs(fd, "chongo was here\n")
23 > fd2 = fopen("/tmp/newfile", "r")
28 fd must be associated with an open file
34 errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen,
35 fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt