Files
beluga/include/init.h
T
2025-06-02 10:31:31 +02:00

21 lines
348 B
C

#ifndef INIT_H_
#define INIT_H_
#include "data.h"
#include "terminal.h"
#include "builtins.h"
#include "../blisp/include/config_tools.h"
#include <stdio.h>
void getConfig();
/**
* \fn void initEditor()
* \brief Job's function is to initialize all the fields of editorConfig.
* */
void initEditor(struct editorConfig *E);
#endif // INIT_H_