Files
beluga/include/editor_op.h
T
2026-05-03 23:32:40 +02:00

10 lines
138 B
C

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