home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
utilities
/
programmers
/
misc
/
imagefx_sdk
/
sas
/
scanlib
/
eged.c
< 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
|
1978-06-29
|
343 b
|
13 lines
#include <scan/modall.h>
#include <scan/escan_protos.h>
int __stdargs EGed_NewWindow (struct ENewGad *newgad, char **text, long tag1, ...)
{
return( EGed_NewWindowA(newgad, text, &tag1) );
}
struct EGedContext * __stdargs EGed_NewCreate (struct ENewGad *ng, char **text, long tag1, ...)
{
return( EGed_NewCreateA(ng, text, &tag1) );
}