home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / YAK211SR.LHA / Yak_2.11_Src / WBStartup / Include / Pri.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-18  |  163 b   |  8 lines

  1. /* task priority types */
  2. #define ORIGINAL        0
  3. #define ACTIVE          1
  4.  
  5. /* Prototypes for functions defined in pri.c */
  6. __regargs void MyPri(UWORD which);
  7.  
  8.