home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00119.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  3.7 KB  |  488x96  |  1-bit (2 colors)
   ocr: These are function prototypes. The first declaration tels the compiler that the lunctions "minimum()" and "maximum()" each take tow arguments of type of "float" and each return a value of type "iloat". The second declaration tels the compiler that "prn info)" takes no arguments and returns no value.