Assembled 2
A column based text editor
Loading...
Searching...
No Matches
file_load_scr.h
Go to the documentation of this file.
1
32#ifndef AS_FILE_LOAD_SCR
33#define AS_FILE_LOAD_SCR
34
35#include <editor/config.h>
36
37#include <includes.h>
38#include <util.h>
39
46
59struct AS_CfgTok *configure_file_load_scr(struct AS_CfgTok *token);
60
61#endif
struct AS_CfgTok * configure_file_load_scr(struct AS_CfgTok *token)
Definition file_load_scr.c:180
void register_file_load_scr()
Definition file_load_scr.c:173
Definition config.h:148