7 lines
95 B
C
7 lines
95 B
C
|
|
#include <cosms-core/file.h>
|
||
|
|
|
||
|
|
int main(void) {
|
||
|
|
cosms_core_file_read("test.txt");
|
||
|
|
return 0;
|
||
|
|
}
|