cloud-sat/kissat-inc/test/testmessages.h

18 lines
495 B
C
Raw Normal View History

2022-08-30 15:42:35 +08:00
#ifndef _testmessages_h_INCLUDED
#define _testmessages_h_INCLUDED
extern int tissat_verbosity;
extern int tissat_warnings;
void tissat_bold_message (const char *, ...);
void tissat_error (const char *, ...);
void tissat_fatal (const char *, ...);
void tissat_line (void);
void tissat_message (const char *, ...);
void tissat_section (const char *, ...);
void tissat_signal (int sig, const char *, ...);
void tissat_verbose (const char *, ...);
void tissat_warning (const char *, ...);
#endif