CatOS/apps/text_editor.c

6 lines
102 B
C
Raw Normal View History

2024-07-22 04:46:44 +00:00
#include "file_system.h"
void edit_file(const char* filename) {
// ファイル編集コード
}