repo.or.cz
/
tinycc
/
daniel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Futher changes to casts
[tinycc/daniel.git]
/
win32
/
include
/
unistd.h
blob
8f51f7661176bc07f57e1432db7deb14cc093685
1
/*
2
* This file is part of the Mingw32 package.
3
*
4
* unistd.h maps (roughly) to io.h
5
*/
6
7
#ifndef __STRICT_ANSI__
8
#include <io.h>
9
#endif
10