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.