From ff77a89b252ad79cd005afe361c4b5860c3e7c3a Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 26 Dec 2021 11:58:23 -0600 Subject: implement lily_assert_msg --- lily-test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lily-test.h') diff --git a/lily-test.h b/lily-test.h index ee37ed5..01eb34a 100644 --- a/lily-test.h +++ b/lily-test.h @@ -23,6 +23,7 @@ struct lily_globals_t { }; extern struct lily_globals_t _lily_globals; +void lily_init(); void lily_assert_msg(bool statement, const char *location, const char *format_string, ...); -- cgit v1.2.1