#ifndef INIT_H_ #define INIT_H_ /** * \fn void initEditor() * \brief Job's function is to initialize all the fields of editorConfig. * */ void initBuiltins(); void initEditor(); void deInitEditor(); #endif // INIT_H_