read schema files for website

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-01-18 16:26:05 +01:00
parent 3f32b791b7
commit 3d7de05614
4 changed files with 98 additions and 44 deletions

View File

@@ -6,6 +6,8 @@ extern "C"
#endif
void initialize_storage();
void load_file(const char *filename);
char **read_lines_filtered(const char *filename, int *out_count);
void free_lines(char **lines, int count);
#ifdef __cplusplus
}
#endif