home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / python / pysrc / !Python_h_unixstuff < prev    next >
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.