home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sams Teach Yourself C in 21 Days (6th Edition)
/
STYC216E.ISO
/
mac
/
Examples
/
Day21
/
calc.h
< prev
next >
Wrap
Text File
|
2002-05-21
|
84b
|
7 lines
/* calc.h: header file for calc.c. */
long sqr(int x);
/* end of calc.h */