repo.or.cz
/
edid-decode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
edid-decode: fix emscripten build
[edid-decode.git]
/
vs
/
unistd.h
blob
afa0d18c8f049d1554caa98cd9bb10b9fb5beeb2
1
#ifndef _UNISTD_H
2
#define _UNISTD_H 1
3
4
#include <stdlib.h>
5
#include <io.h>
6
#include <getopt.h>
7
8
#define ssize_t int
9
10
#endif
/* unistd.h */