Home Download Musics Developers
API Sources Tools File Format Technicals

error68.h

Go to the documentation of this file.
00001 
00013 /* Copyright (C) 1998-2003 Benjamin Gerard */
00014 
00015 #ifndef _ERROR68_H_
00016 #define _ERROR68_H_
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00042 int SC68error_add(const char *format, ... );
00043 
00052 const char * SC68error_get(void);
00053 
00058 #ifdef __cplusplus
00059 }
00060 #endif
00061 
00062 #endif /* #ifndef _ERROR68_H_ */