Files
beluga/include/init.h
T
2024-09-23 17:51:59 +02:00

16 lines
263 B
C

#ifndef INIT_H_
#define INIT_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 initEditor(struct editorConfig *E);
#endif // INIT_H_