home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
lib
/
xfopen-pas.ch
< prev
next >
Wrap
Text File
|
1995-03-23
|
226b
|
18 lines
Changes for XFOPEN-PAS.C by Andreas Scherer, March 23, 1995.
@x l.5
#include "config.h"
@y
#include "andyconfig.h"
@z
@x l.8
xfopen_pas (name, mode)
char *name;
char *mode;
@y
xfopen_pas (
char *name,
char *mode)
@z