mistral gagnant
This commit is contained in:
+18
-18
@@ -1,18 +1,18 @@
|
||||
#ifndef INIT_H_
|
||||
#define INIT_H_
|
||||
|
||||
#include "builtins.h"
|
||||
#include "data.h"
|
||||
#include "terminal.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* \fn void initEditor()
|
||||
* \brief Job's function is to initialize all the fields of editorConfig.
|
||||
* */
|
||||
|
||||
void initBuiltins();
|
||||
|
||||
void initEditor();
|
||||
|
||||
#endif // INIT_H_
|
||||
#ifndef INIT_H_
|
||||
#define INIT_H_
|
||||
|
||||
#include "builtins.h"
|
||||
#include "data.h"
|
||||
#include "terminal.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* \fn void initEditor()
|
||||
* \brief Job's function is to initialize all the fields of editorConfig.
|
||||
* */
|
||||
|
||||
void initBuiltins();
|
||||
|
||||
void initEditor();
|
||||
|
||||
#endif // INIT_H_
|
||||
|
||||
Reference in New Issue
Block a user