9 lines
113 B
C
9 lines
113 B
C
|
#ifndef __genwrap_h
|
||
|
#define __genwrap_h
|
||
|
|
||
|
#include <gtimall.h>
|
||
|
|
||
|
#define SLEEP(a) usleep(a)
|
||
|
|
||
|
#endif // __genwrap_h
|