Nikola Petrov b08c1651e6 Editor FINISHED
saving works
2024-07-22 15:26:29 +02:00

8 lines
168 B
C++

#ifndef EDITOR_HPP
#define EDITOR_HPP
// buffer must me deleted
// null there we no changes to save
char *edit_file(const char *s, int &out_len);
#endif // EDITOR_HPP