Add import parsing

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 14:30:11 +02:00
parent 116bdecafe
commit 7c7e0c3272
6 changed files with 100 additions and 0 deletions
+5
View File
@@ -44,4 +44,9 @@ void assert_log(const char* expected, const char* msg);
*/
void assert_log_file(const char* filepath, const char* msg);
/**
* Asserts that two integers are equal.
*/
void assert_int(int expected, int actual, const char* msg);
#endif