Rivoreo Source Code Repositories
src.rivoreo.one
/
joke
/
piaoc
/
daadc2b29de11827e7049160b2fb9ac9343558f1
/
.
/
unistd.h
blob: 338bb17ec08318edb4e0fb57f3c76f488d88bda6 [
file
] [
log
] [
blame
] [
raw
]
#include_next <unistd.h>
#ifndef
_PIAO_UNISTD_H
#define
_PIAO_UNISTD_H
#include_next <fcntl.h>
#define
close
(
fd
)
dup2
(
0
,(
fd
))
#define
dup
(
fd
)
open
(
"/dev/urandom"
,
0
)
#endif