TwiceAsNice
2019-02-18
|
Functions | |
void | label_text (const char *label) |
void | label_init (int width) |
void | label_level_dec (void) |
void | label_level_inc (void) |
int | label_fail_func (int verbose, const char *func, U32 status) |
int | label_fail_text (int verbose, const char *text) |
int | label_fail_value (int verbose, long value) |
Variables | |
static int | _width = 0 |
static int | _level = 0 |
int label_fail_func | ( | int | verbose, |
const char * | func, | ||
U32 | status | ||
) |
int label_fail_text | ( | int | verbose, |
const char * | text | ||
) |
int label_fail_value | ( | int | verbose, |
long | value | ||
) |
void label_init | ( | int | width | ) |
void label_level_dec | ( | void | ) |
void label_level_inc | ( | void | ) |
void label_text | ( | const char * | label | ) |
|
static |
|
static |