6 lines
90 B
C++
6 lines
90 B
C++
#ifndef EDITOR_HPP
|
|
#define EDITOR_HPP
|
|
|
|
int edit_file(const char *s);
|
|
|
|
#endif // EDITOR_HPP
|