sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
emu68
error68.h
Go to the documentation of this file.
1
16
/* Copyright (C) 1998-2001 Ben(jamin) Gerard */
17
18
#ifndef _EMU68_ERROR68_H_
19
#define _EMU68_ERROR68_H_
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
35
int
EMU68error_add
(
char
*format, ... );
36
44
const
char
*
EMU68error_get
(
void
);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
/* #ifndef _EMU68_ERROR68_H_ */
EMU68error_get
const char * EMU68error_get(void)
Pop last error message.
EMU68error_add
int EMU68error_add(char *format,...)
Push formatted error message.
Generated by
1.8.10