Staging
v0.5.1
https://github.com/python/cpython
Revision 4b75a7c1cfb0aebd939fc17fccbcfc66ade4dea0 authored by Thomas Heller on 21 April 2006, 16:48:56 UTC, committed by Thomas Heller on 21 April 2006, 16:48:56 UTC
1 parent f9cc594
Raw File
Tip revision: 4b75a7c1cfb0aebd939fc17fccbcfc66ade4dea0 authored by Thomas Heller on 21 April 2006, 16:48:56 UTC
Merge in changes from ctypes 0.9.9.6 upstream version.
Tip revision: 4b75a7c
unixstuff.h
/* Fudge unix isatty and fileno for RISCOS */

#include <stdio.h>
#include <time.h>

int fileno(FILE *f);
int isatty(int fn);
unsigned int unixtime(unsigned int ld,unsigned int ex);
int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);

int isdir(char *fn);
int isfile(char *fn);
int object_exists(char *fn);

back to top