28 #ifndef CCUNITLOGMASSAGE_H
29 #define CCUNITLOGMASSAGE_H
55 extern inline void ccunit_dbg (
const char* fmt, ...)
56 __attribute__ ((format (printf, 1, 2)));
63 extern inline
void ccunit_log (const
char* fmt, ...)
64 __attribute__ ((format (printf, 1, 2)));
71 extern inline
void ccunit_err (const
char* fmt, ...)
72 __attribute__ ((format (printf, 1, 2)));
79 extern inline
void ccunit_msg (const
char* fmt, ...)
80 __attribute__ ((format (printf, 1, 2)));