mirror of
https://github.com/kkk2z/CatOS.git
synced 2025-01-03 08:35:32 +00:00
6 lines
102 B
C
6 lines
102 B
C
|
#include "file_system.h"
|
||
|
|
||
|
void edit_file(const char* filename) {
|
||
|
// ファイル編集コード
|
||
|
}
|