cosms-core/tests/unit/file.h
2025-12-10 20:39:31 +01:00

9 lines
No EOL
157 B
C

#ifndef COSMS_CORE_FILE_TEST
#define COSMS_CORE_FILE_TEST
#include <stdbool.h>
void cosms_core_file_read_test();
void cosms_core_file_write_test();
#endif