home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pytexdoc / ext / source / !Python / h / unixstuff < prev   
Encoding:
Text File  |  1996-08-06  |  269 b   |  11 lines

  1. /* Fudge unix isatty and fileno for RISCOS */
  2.  
  3. #include <stdio.h>
  4.  
  5. int fileno(FILE *f);
  6. int isatty(int fn);
  7. unsigned int unixtime(unsigned int ld,unsigned int ex);
  8. long PyOS_GetLastModificationTime(char *name);
  9. int unlink(char *fname);
  10. double hypot(double x,double y);
  11.