9 lines
No EOL
157 B
C
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 |