Refactor golden files to follow xyz_log_ and xyz_src_ naming convention

This commit is contained in:
2026-04-25 20:05:16 +02:00
parent a6bdadac0c
commit e910c01348
16 changed files with 52 additions and 10 deletions
+5
View File
@@ -49,6 +49,11 @@ void assert_log_file(const char* filepath, const char* msg);
*/
void assert_int(int expected, int actual, const char* msg);
/**
* Reads the content of a file into a newly allocated string.
*/
char* read_file_content(const char* filepath);
/**
* Asserts that a condition is true.
*/