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
It has been a while since I last worked on Aesalon proper.
[aesalon.git]
/
tests
/
sleep_test.c
blob
0ddaf63e9e44baa166cbaa1cedb35eb5ba4327f4
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
*
argv
[]) {
4
printf
(
"**** Sleeping for three seconds . . .
\n
"
);
5
sleep
(
3
);
6
return
0
;
7
}