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 >
Text File  |  2002-05-21  |  84b  |  7 lines

  1. /* calc.h: header file for calc.c. */
  2.  
  3. long sqr(int x);
  4.  
  5. /* end of calc.h */
  6.  
  7.