|
|
| version 1.4, 2005/02/15 18:42:20 | version 1.5, 2005/02/16 09:31:55 |
|---|---|
| Line 13 | Line 13 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| extern void trace_init(void); | void trace_init(void); |
| extern void trace_term(void); | void trace_term(void); |
| extern void trace_fmt(const char *str, ...); | void trace_fmt(const char *str, ...); |
| extern void trace_fmt2(const char *str, ...); | void trace_fmt2(const char *str, ...); |
| extern void trace_char(char c); | void trace_char(char c); |
| extern void trace_fileout(const char *fname); | void trace_fileout(const OEMCHAR *fname); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |