diff options
author | sanine <sanine.not@pm.me> | 2021-12-26 11:58:23 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-26 11:58:23 -0600 |
commit | ff77a89b252ad79cd005afe361c4b5860c3e7c3a (patch) | |
tree | 3c6ce1c4d63e941bf7d048d30a1c12d479669b10 /lily-test.h | |
parent | da39940e9a49016a32ba4f206b63f7045158d54c (diff) |
implement lily_assert_msg
Diffstat (limited to 'lily-test.h')
-rw-r--r-- | lily-test.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, ...); |