add inf()
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
#define dbg(format, arg...) do {;} while (0)
|
#define dbg(format, arg...) do {;} while (0)
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
#define err(format, arg...) do { xprintf("ERROR (%s()): " format, __FUNCTION__, ##arg); } while(0)
|
#define err(format, arg...) do { xprintf("ERROR (%s()): " format, __FUNCTION__, ##arg); } while(0)
|
||||||
|
#define inf(format, arg...) do { xprintf("" format, ##arg); } while(0)
|
||||||
|
|
||||||
#endif // DEBUG_H
|
#endif // DEBUG_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user