Staging
v0.8.1
https://github.com/python/cpython
Revision b6bdcb23dfede4c615ee9b3bf420e00669ae59b1 authored by Fred Drake on 13 April 2001, 04:49:30 UTC, committed by Fred Drake on 13 April 2001, 04:49:30 UTC
something out of this documentation release as well.  ;-)
1 parent 4fb6036
Raw File
Tip revision: b6bdcb23dfede4c615ee9b3bf420e00669ae59b1 authored by Fred Drake on 13 April 2001, 04:49:30 UTC
Documentation for Just's ColorPicker module, so the Mac OS guys get
Tip revision: b6bdcb2
unixstuff.h
/* Fudge unix isatty and fileno for RISCOS */

#include <stdio.h>

int fileno(FILE *f);
int isatty(int fn);
unsigned int unixtime(unsigned int ld,unsigned int ex);
/*long PyOS_GetLastModificationTime(char *name);*/
int unlink(char *fname);
int isdir(char *fn);
int isfile(char *fn);
int exists(char *fn);

back to top