2025-12-10 20:39:31 +01:00
|
|
|
#ifndef COSMS_CORE_FILE_TEST
|
|
|
|
|
#define COSMS_CORE_FILE_TEST
|
2025-12-09 22:07:16 +01:00
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
2025-12-10 20:39:31 +01:00
|
|
|
void cosms_core_file_read_test();
|
|
|
|
|
void cosms_core_file_write_test();
|
2025-12-09 22:07:16 +01:00
|
|
|
|
|
|
|
|
#endif
|