home *** CD-ROM | disk | FTP | other *** search
- /*
- File: FSetTest2.c
-
- Contains: Implementation of FSetTest2
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __FSETTEST__
- #include "FSetTest.h"
- #endif
-
- int MathFunction(int a, int b)
- {
- return a - b;
- }
-