xref
: /
openbsd
/
regress
/
bin
/
ps
/
shortsleep.c
(revision d415bd75)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
unistd.h
>
2
3
int
4
main
(
void
)
5
{
6
sleep
(
5
);
7
return
0;
8
}
9