home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Parser / protos / myreadline.h next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  198 b   |  10 lines

  1. /* Prototypes for use with the Amiga SAS/C Compiler. */
  2.  
  3. #ifdef __SASC
  4.  
  5. /* myreadline.c */
  6. static int my_fgets ( char *buf , int len , FILE *fp );
  7. char *PyOS_StdioReadline ( char *prompt );
  8.  
  9. #endif
  10.