home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / _HANDBOOK_ / APDX_F / F-03.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-18  |  686KB  |  2550x3300
Labels: book | reckoner
OCR: The ANSI C Library Return value for success, nonzero for error the contents Example fseek fp, OL, SEEK SET) secks to the file beginning See also fseek.c Section 10.7). the open ftell( gives the current position in the file associated with fp in bytes. Parameters the FILE value associated with the file Pe buffer and the current byte offset from the beginning of the Return value long value file or if an error occurs file to be See fseek.c (Section 10.7. Example feof indicates if the end of the file associated with has been reached Parameters the FILE value associated with the open file. sociated reached, if not. Return value nonzero if end -of-file has been If buf Example See ungetc.c (Section 10.3 the file be used ferror( indicates if an error has occurred on NULL associated with the open f ...