get_next_assertion works

This commit is contained in:
Conor Patrick
2018-05-23 23:30:08 -04:00
parent a21c8058e1
commit 644ceaef63
6 changed files with 195 additions and 46 deletions

2
log.c
View File

@@ -24,6 +24,8 @@ struct logtag tagtable[] = {
{TAG_PARSE,"PARSE"},
{TAG_CTAP,"CTAP"},
{TAG_DUMP,"DUMP"},
{TAG_GREEN,"\x1b[32mDEBUG\x1b[0m"},
{TAG_RED,"\x1b[31mDEBUG\x1b[0m"},
};
void LOG(uint32_t tag, const char * filename, int num, const char * fmt, ...)