home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d400
/
reqlib
/
req.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-11-02
|
646b
|
23 lines
/* Prototypes for the req.library for use with Lattice. */
#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif
void __stdargs SimpleRequest __PROTO((char *,...));
int __stdargs TwoGadRequest __PROTO((char *,...));
int __stdargs FileRequester __PROTO((struct FileRequester *));
void __stdargs Center __PROTO((struct NewWindow *,int,int));
void __stdargs PurgeFiles __PROTO((struct FileRequester *));
void __stdargs ColorRequester __PROTO((long));
int __stdargs TextRequest __PROTO((struct TRStructure *));
char __stdargs RawKeyToAscii __PROTO((short,short,char *));