WIP editor

Can only read the password no safe for edit
This commit is contained in:
Nikola Petrov
2024-07-22 11:52:52 +02:00
parent 5b0dcb23ea
commit ae7c8571b4
9 changed files with 1156 additions and 1 deletions

6
include/editor.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef EDITOR_HPP
#define EDITOR_HPP
int edit_file(const char *s);
#endif // EDITOR_HPP