home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a524
/
35.ddi
/
lib
/
iapxtb.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-05
|
237 b
|
17 lines
#include <stdio.h>
#include <usrxit.h>
/* Define the user exits for IAP. */
extf int CHKVAL();
extf int CHKVAL2();
externdef exitr iapxtb[] = {
"CHKVAL", CHKVAL, 2,
"CHKVAL2", CHKVAL2, 2,
(char *)0, 0, 0
};
/* End of iapxtb. */