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