Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / src / ppc403 / sleep.c
1 #include <time.h>\r
2 \r
3 time_t time(time_t *t)\r
4 { return(0); }\r
5 \r
6 void sleep(long st)\r
7 {\r
8 int i;\r
9 for(i=0; i<st*100000; i++ ) ;\r
10 }\r
11 \r
12 \r