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-08.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-18  |  629KB  |  2550x3300
Labels: binder | book | crt screen | poster | reckoner | screen | sky
OCR: Programmer's Handbook Output Functions Terminal Output Functions putchar( iochar displays single character on standard output (the terminal) Usually implemented as a macm Parameters iochar the character to be displayed. as an int value Return Example value the See value inout2 output (Section 01 EOF when end -of-file is reached puts outbuff displays a string on standard output and appends newline character Parameters outbuff the address ofa buffer containing the data that will b displayed Return Example value See EOF in strngio2 case of error (Section 5.3. nonnegative otherwise File Output Functions tioned fopen NOTE: it The or should an following refer equivalent functions tile function that op has file been opened When for parameter with call men to with Usually putc( Parameters iochar, ...