Files
beluga/include/editor_op.h
T
2024-10-08 14:57:59 +02:00

8 lines
139 B
C

#ifndef EDITOR_OP_H_
#define EDITOR_OP_H_
#include "data.h"
void editorInsertChar(struct editorConfig *E, int c);
#endif // EDITOR_OP_H_