Editor FINISHED
saving works
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef EDITOR_HPP
|
||||
#define EDITOR_HPP
|
||||
|
||||
int edit_file(const char *s);
|
||||
// buffer must me deleted
|
||||
// null there we no changes to save
|
||||
char *edit_file(const char *s, int &out_len);
|
||||
|
||||
#endif // EDITOR_HPP
|
Reference in New Issue
Block a user