home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00136.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  4.9 KB  |  421x176  |  1-bit (2 colors)
   ocr: Ihis is the function detinition for "prn info()".t specifies explicitly how the unction willl act. A lunction definition consists of a header and a body. The header is the code that occurs before the first left brace 3 The body consists of the declarations and statements between the braces I and 3 - - For this unction the header is the line void prn info(void) and the bbody consists of a single "printfo)" statement.