add utf8_char_t struct
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@
|
||||
#define EDITOR_OP_H_
|
||||
|
||||
#include "data.h"
|
||||
void editorInsertChar(int c);
|
||||
void editorInsertChar(utf_8_char_t *c);
|
||||
|
||||
void editorInsertNewLine();
|
||||
void editorInsertNewLine(void);
|
||||
|
||||
void editorDelChar();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user