repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The first function in the plugin must return a pointer to the plugin_table.
[AROS.git]
/
test
/
clib
/
usleep.c
blob
0a46f7fbe0b6b633067473cb8dda3eda5b2d5881
1
#include
"test.h"
2
#include <stdio.h>
3
#include <unistd.h>
4
5
int
main
()
6
{
7
TEST
((
usleep
(
1000000
) != -
1
));
8
return
OK
;
9
}
10
11
void
cleanup
()
12
{
13
}