home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
include
/
init.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-01-01
|
220 b
|
12 lines
#ifndef _INIT_H_
#define _INIT_H_
int INI_Load(char *nf);
int INI_Save(char *nf);
int INI_Read(char *Section, char *Entry, char *Value);
int INI_Write(char *Section, char *Entry, char *Value);
void INI_Free();
#endif