home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00140.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  4.6 KB  |  476x152  |  1-bit (2 colors)
   ocr: This is the unction delinition for minimum( The first line is the header for the function delinition. The first keyword "float" in the header tells the compiler that this unction is to return a value of type "iloat". The parameter list consists of all the identifier declarations X and y. The body of the unction delinition consists of a single "if-else" statement, which in turn contains two "return" statements.