mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef FILE_SYSTEM_H
|
|
#define FILE_SYSTEM_H
|
|
|
|
void init_file_system(void);
|
|
void read_file(const char* filename);
|
|
|
|
#endif |