Nikola Petrov ae7c8571b4 WIP editor
Can only read the password no safe for edit
2024-07-22 11:52:52 +02:00

6 lines
90 B
C++

#ifndef EDITOR_HPP
#define EDITOR_HPP
int edit_file(const char *s);
#endif // EDITOR_HPP