repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Argh, wrong structure element.
[aesalon.git]
/
tests
/
sleepTest.c
blob
b5d47db4eb15bbd7b3d45fba1d4144b6776c659a
1
#include <stdio.h>
2
#include <unistd.h>
3
4
int
main
(
int
argc
,
char
*
argv
[]) {
5
sleep
(
15
);
6
return
0
;
7
}