temp commit
This commit is contained in:
+3
-2
@@ -2,10 +2,11 @@
|
||||
#define EDITOR_OP_H_
|
||||
|
||||
#include "data.h"
|
||||
void bufferInsertChar(int c);
|
||||
|
||||
void bufferInsertNewLine();
|
||||
|
||||
void bufferInsertBytes(char *src, int n);
|
||||
void editorSetStatusMessage(const char *fmt, ...);
|
||||
void bufferDelBytes();
|
||||
|
||||
|
||||
#endif // EDITOR_OP_H_
|
||||
|
||||
Reference in New Issue
Block a user