mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
9 lines
186 B
C
9 lines
186 B
C
#include "file_system.h"
|
|
|
|
void init_file_system() {
|
|
// ファイルシステム初期化コード
|
|
}
|
|
|
|
void read_file(const char* filename) {
|
|
// ファイル読み取りコード
|
|
} |