sc68fordevelopers
2.2.1
|
00001 00016 /* Copyright (C) 1998-2003 Benjamin Gerard */ 00017 00018 #ifndef _ERROR68_H_ 00019 #define _ERROR68_H_ 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00035 int SC68error_add(const char *format, ... ); 00036 00045 const char * SC68error_get(void); 00046 00047 #ifdef __cplusplus 00048 } 00049 #endif 00050 00051 #endif /* #ifndef _ERROR68_H_ */