home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
Python
/
Source
/
Parser
/
protos
/
myreadline.h
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
|
1999-04-25
|
198 b
|
10 lines
/* Prototypes for use with the Amiga SAS/C Compiler. */
#ifdef __SASC
/* myreadline.c */
static int my_fgets ( char *buf , int len , FILE *fp );
char *PyOS_StdioReadline ( char *prompt );
#endif