.
This commit is contained in:
parent
95d74c2ef4
commit
a66e58193f
25 changed files with 2600 additions and 93 deletions
|
|
@ -1,14 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#if 0
|
||||
|
||||
pretty_print(arena,
|
||||
"<red>error!</><blue>%s!</>", "wow");
|
||||
|
||||
#endif
|
||||
|
||||
#include "os.h"
|
||||
#include "arena.h"
|
||||
#include "str.h"
|
||||
|
||||
strview_t pretty_log_to_colour(os_log_colour_e colour);
|
||||
void pretty_print(arena_t scratch, const char *fmt, ...);
|
||||
void pretty_printv(arena_t scratch, const char *fmt, va_list args);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue