mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 18:55:31 +00:00
6 lines
102 B
C
6 lines
102 B
C
#include "file_system.h"
|
|
|
|
void edit_file(const char* filename) {
|
|
// ファイル編集コード
|
|
}
|