00001 00017 /* Copyright (C) 1998-2001 Ben(jamin) Gerard */ 00018 00019 #ifndef _CC68_H_ 00020 #define _CC68_H_ 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00027 extern int (*is_cc[8])(void ); 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif 00032 00033 #endif /* #ifndef _CC68_H_ */