FDOSTUI
FreeDOS Text User Interface
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
m
Typedefs
Enumerations
+
Enumerator
b
c
d
e
h
m
p
r
s
t
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
m
p
r
s
w
+
Functions
a
b
c
d
f
g
h
i
k
m
p
s
w
Variables
Typedefs
Enumerations
+
Enumerator
b
c
e
f
i
m
r
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
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
17
fdtuicfg_load
();
18
19
extern
void
20
fdtuicfg_load_file
(
21
char
const
* i_path);
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#define __fdtuicfg_h__
28
#endif
fdtuicfg_load_file
void fdtuicfg_load_file(char const *i_path)
Load FDOSTUI configuration data.
fdtuicfg_load
void fdtuicfg_load()
Load FDTUIDOS configuration data.
Definition:
fdtuicfg.c:540
Generated by
1.8.14