home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00138_aaaa1.pcx.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  10.5 KB  |  451x213  |  4-bit (12 colors)
   ocr: This is the lunction delinition for "prn info0".It specilies explicitly how the lunction will act. A function definition consists of aheader and a body. The header is the code that occurs bbefore the first lelt brace 3 : The body consists of the declarations and statements between the braces I and 3 For this function the header is the line void prn info(void) and the body consists of a single "printf()" statement.