repo.or.cz
/
xwelltris.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
original 1.0.1 release
[xwelltris.git]
/
src
/
include
/
sysheaders.h
blob
e7f8d4cb26dd7e97446fa5e788ad4ab069db291a
1
2
#include <stdio.h>
3
#include <math.h>
4
#include <pwd.h>
5
#include <errno.h>
6
#include <stdlib.h>
7
#include <time.h>
8
#include <sys/time.h>
9
#include <sys/types.h>
10
#include <unistd.h>
11
12