index
:
sloth
master
struct
A blazingly slow compiled language
Nic Gaffney
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
stdlib.c
blob: b50c0c58ab0b2ef914b2c124b192464f1bba7cc2 (
plain
)
1
2
3
4
5
#include
<unistd.h>
void
wait
(
long
long
x
)
{
sleep
(
x
);
}