CE edit command
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
2026-03-05 16:29:59 +01:00
parent a5f5dbf21f
commit 25b289ccfb
11 changed files with 316 additions and 30 deletions

6
ce/edit.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _EDIT_H
#define _EDIT_H
void edit_start (const char* text);
#endif // _EDIT_H