sc68fordevelopers  2.2.1
error68.h
Go to the documentation of this file.
1 
16 /* Copyright (C) 1998-2003 Benjamin Gerard */
17 
18 #ifndef _ERROR68_H_
19 #define _ERROR68_H_
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
35 int SC68error_add(const char *format, ... );
36 
45 const char * SC68error_get(void);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* #ifndef _ERROR68_H_ */
int SC68error_add(const char *format,...)
Push a formatted error message.
const char * SC68error_get(void)
Get last error message.