add inf()

This commit is contained in:
Markus Fröschle
2016-10-25 15:35:46 +00:00
parent fe377fb297
commit 5f9b83259e

View File

@@ -7,6 +7,7 @@
#define dbg(format, arg...) do {;} while (0)
#endif /* DEBUG */
#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