sc68fordevelopers
2.2.1
|
00001 00016 /* Copyright (C) 1998-2001 Ben(jamin) Gerard */ 00017 00018 #ifndef _EMU68_ERROR68_H_ 00019 #define _EMU68_ERROR68_H_ 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00035 int EMU68error_add(char *format, ... ); 00036 00044 const char * EMU68error_get(void); 00045 00046 #ifdef __cplusplus 00047 } 00048 #endif 00049 00050 #endif /* #ifndef _EMU68_ERROR68_H_ */