home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / New System Software Extensions / ASLM SDK v1.1.2 / ASLM Examples / TestTools / Sources / FSetTest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-21  |  405 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FSetTest.h
  3.  
  4.     Contains:    Declarations for the function set test
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __FSETTEST__
  11. #define __FSETTEST__
  12.  
  13. #define kFSetTest1ID        "appl:ftst$Add,1.1"
  14. #define kFSetTest2ID        "appl:ftst$Sub,1.1"
  15. #define kFSetParentID        "appl:ftst$Math,1.1"
  16.  
  17. #define kFunctionName    "MathFunction"
  18.  
  19. typedef int    (*TestFunction)(int, int);
  20.  
  21. #endif