comparison debug.h @ 7:972a7f233b23

g++ compile
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 23:03:45 +0900
parents 01387a2e419e
children
comparison
equal deleted inserted replaced
6:6541f0bebb81 7:972a7f233b23
36 goto dbg_abort(3);\ 36 goto dbg_abort(3);\
37 }\ 37 }\
38 } 38 }
39 #endif 39 #endif
40 40
41 extern void dbg_init(char *); 41 extern void dbg_init(const char *);
42 extern int dbg_printf(char *, ...); 42 extern int dbg_printf(const char *, ...);
43 43
44 #ifdef USE_MYRAND 44 #ifdef USE_MYRAND
45 extern int myrand(void); 45 extern int myrand(void);
46 extern int myrand_open_file(char *); 46 extern int myrand_open_file(char *);
47 #define rand myrand 47 #define rand myrand