00001 00002 #ifndef _SIC_CTRLC_H_ 00003 #define _SIC_CTRLC_H_ 00004 00010 /***************************************************************************** 00011 * Dependencies * 00012 *****************************************************************************/ 00013 00014 #include "cfc.h" 00015 00016 /***************************************************************************** 00017 * Macros & Definitions * 00018 *****************************************************************************/ 00019 00020 #define trap_ctrlc CFC_EXPORT_NAME( trap_ctrlc) 00021 #define no_ctrlc CFC_EXPORT_NAME( no_ctrlc) 00022 00023 /***************************************************************************** 00024 * Function prototypes * 00025 *****************************************************************************/ 00026 00027 void *CFC_API trap_ctrlc( void); 00028 void *CFC_API no_ctrlc( void); 00029 00030 #endif /* _SIC_CTRLC_H_ */ 00031
1.5.1