8 lines
107 B
C
8 lines
107 B
C
|
|
#ifndef COSMS_FILE_TEST
|
||
|
|
#define COSMS_FILE_TEST
|
||
|
|
|
||
|
|
#include <stdbool.h>
|
||
|
|
|
||
|
|
void cosms_file_read_test();
|
||
|
|
|
||
|
|
#endif
|