Files
beluga/include/editor_op.h
T
2025-11-19 10:37:41 +01:00

12 lines
181 B
C

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