#ifndef EDITOR_OP_H_ #define EDITOR_OP_H_ #include "data.h" void editorInsertChar(int c); void editorDelChar(); #endif // EDITOR_OP_H_