xref
: /
openbsd-src
/
regress
/
bin
/
ps
/
shortsleep.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
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