home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tyc / calc.h < prev    next >
Text File  |  1993-10-16  |  82b  |  6 lines

  1. /* CALC.H, header file for CALC.C. */
  2.  
  3. long sqr(int x);
  4.  
  5. /* end of CALC.H */
  6.