FDOSTUI
FreeDOS Text User Interface
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