cosms-core/tests/unit/file.h
2025-12-11 22:38:30 +01:00

10 lines
No EOL
193 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();
void cosms_core_file_delete_test();
#endif