cosms-core/tests/unit/file.h

9 lines
157 B
C
Raw Normal View History

#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