repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue #1523: Remove deprecated overflow masking in struct module, and
[python.git]
/
RISCOS
/
unixstuff.h
blob
90c732b14f779120b8b7146facdd01844e60f863
1
/* Fudge unix isatty and fileno for RISCOS */
2
3
#include <stdio.h>
4
#include <time.h>
5
6
int
fileno
(
FILE
*
f
);
7
int
isatty
(
int
fn
);
8
unsigned int
unixtime
(
unsigned int
ld
,
unsigned int
ex
);
9
int
acorntime
(
unsigned int
*
ex
,
unsigned int
*
ld
,
time_t
ut
);
10
11
int
isdir
(
char
*
fn
);
12
int
isfile
(
char
*
fn
);
13
int
object_exists
(
char
*
fn
);
14