home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
bc4lib
/
edit.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-04
|
131 b
|
11 lines
#ifdef __cplusplus
extern "C" {
#endif
void editfile(char *s,int fore,int fore2,int bak);
#ifdef __cplusplus
}
#endif