#ifndef _EDIT_H #define _EDIT_H void edit_start (const char* path, const char* text); #endif // _EDIT_H