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