/*--------------------------------------------------------------------------+ | Copyright (c) Oracle Corporation 1993. All Rights Reserved, Worldwide. | | | | NAME | | ue_xtb.c - User Exit Table Sample File | | | | FUNCTION | | An example of the IAPXTB table | | | | CONTENTS | | iapxtb[] - User Exit table. | | | | NOTES | | | | MODIFIED | | jdday 11/15/93 Created | +-------------------------------------------------------------------------*/ #ifndef UE # include #endif #include /* Define the user exit table */ extern exitr iapxtb[] = { /* Holds exit routine pointers */ (char *)"TESTEXIT", testexit, XITCC, (char *) 0, 0, 0 /* zero entry marks the end */ };