This commit is contained in:
alessandro bason 2025-06-24 17:47:08 +02:00
parent 95d74c2ef4
commit a66e58193f
25 changed files with 2600 additions and 93 deletions

View file

@ -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);