home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
clesson
/
c.dir
/
00134.png
< prev
next >
Tile
Portable Network Graphic
|
1995-04-05
|
3.7 KB
|
311x381
|
1-bit (2 colors)
ocr:
float minimum(iloat tX, iloat y) if (X<y) return X; else return y; float maximum(float X, float y if (x>y) return X; else return y;