FDOSTUI
FreeDOS Text User Interface
fdtuicfg.h
Go to the documentation of this file.
1 /*
2  FDTUICFG.H
3 
4  License CC0 PUBLIC DOMAIN
5 
6  To the extent possible under law, Mark J. Olesen has waived all copyright
7  and related or neighboring rights to FDOSTUI Library. This work is published
8  from: United States.
9 */
10 #ifndef __fdtuicfg_h__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern void
18 
19 extern void
21  char const* i_path);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #define __fdtuicfg_h__
28 #endif
void fdtuicfg_load_file(char const *i_path)
Load FDOSTUI configuration data.
void fdtuicfg_load()
Load FDTUIDOS configuration data.
Definition: fdtuicfg.c:540