Sign in
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
refs/heads/rdt
/
.
/
oprofile
/
org.eclipse.linuxtools.oprofile.launch.tests
/
resources
/
sleepTest
/
sleepTest.c
blob: e13b08b066c9c514ef4b43baf2458646d005f71e [
file
] [
log
] [
blame
]
#include
<unistd.h>
int
main
()
{
sleep
(
10
);
return
0
;
}