Files
beluga/include/editor_op.h
T
Giorgio ar work cce1ffa903 mistral gagnant
2026-02-04 16:16:36 +01:00

14 lines
232 B
C

#ifndef EDITOR_OP_H_
#define EDITOR_OP_H_
#include "data.h"
void bufferInsertChar(int c);
void bufferInsertNewLine();
void bufferDelChar();
void editorSetStatusMessage(const char *fmt, ...);
#endif // EDITOR_OP_H_