CatOS/apps/text_editor.c
2024-07-22 04:46:44 +00:00

6 lines
102 B
C

#include "file_system.h"
void edit_file(const char* filename) {
// ファイル編集コード
}