home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_11 / 650.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-20  |  618KB  |  2550x3300
Labels: book | reckoner
OCR: 650 Chapter C Library and Preprocessor Facilities character may be placed at the end of line to indicate that the definition con- tinues on the next line For example #def fine pr ad intf( "The value 1 d\n is equivalent to #define pr( pri intf( "The value is 8d\n,s macros example Some Many of getc the of the facilities getchar character available handling putc in ( the and utilities standard like putchar() header lpha files are are implemented ispri macros. int For and so on are also written as macros The program macros.c in Example 11-15 uses the standard macros ge tchar and isdigit in its input/conversion routine get int user defined macro MAX is called to calculate the maximum of the input values Example 11-15: macros.c macros C Synopsis Accepts input of two integers from the keyboard an ...