home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progmisc
/
qparser2
/
lib
/
respf.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
|
1992-02-14
|
162 b
|
11 lines
/* respf.h */
#ifndef RESPF_H
#define RESPF_H
#include "protos.h"
extern char resp _XX_((char *msg));
extern int yesresp _XX_((char *msg));
#endif