CE edit w command

This commit is contained in:
2026-03-09 01:59:55 +01:00
parent a352e9c501
commit 3148e0e367
3 changed files with 41 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
#include <stddef.h>
void edit_start (const char* path, const char* text, size_t text_len);
void edit_start (const char* volume, const char* path, const char* text, size_t text_len);
#endif // _EDIT_H