You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
284 B
10 lines
284 B
#ifndef _MF3216DEBUG_H
|
|
#define _MF3216DEBUG_H
|
|
|
|
#define ASSERTGDI(cond, msg) ASSERTMSG((cond), (msg))
|
|
#define RIPS(msg) RIP((msg))
|
|
#define PUTS(msg) WARNING((msg))
|
|
#define PUTS1(msg, arg) WARNING((msg, arg))
|
|
|
|
#endif // !_MF3216DEBUG_H
|
|
|