mistral gagnant
This commit is contained in:
+13
-13
@@ -1,13 +1,13 @@
|
||||
#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_
|
||||
#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_
|
||||
|
||||
Reference in New Issue
Block a user