CE split lines properly

This commit is contained in:
2026-03-08 21:03:54 +01:00
parent 5682a96d5d
commit 43ce80e764
5 changed files with 59 additions and 8 deletions

View File

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