home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 35.ddi / lib / iapxtb.c next >
Encoding:
C/C++ Source or Header  |  1991-03-05  |  237 b   |  17 lines

  1.  
  2. #include <stdio.h>
  3. #include <usrxit.h>
  4.  
  5. /* Define the user exits for IAP. */
  6.  
  7. extf    int    CHKVAL();
  8. extf    int    CHKVAL2();
  9.  
  10. externdef    exitr    iapxtb[] = {
  11.     "CHKVAL",    CHKVAL,    2,
  12.     "CHKVAL2",    CHKVAL2,    2,
  13.     (char *)0,    0,    0
  14.     };
  15.  
  16. /* End of iapxtb. */
  17.