home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / FSetTest2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-19  |  240 b   |  18 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FSetTest2.c
  3.  
  4.     Contains:    Implementation of FSetTest2
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __FSETTEST__
  11. #include "FSetTest.h"
  12. #endif
  13.  
  14. int MathFunction(int a, int b)
  15. {
  16.     return a - b;
  17. }
  18.