00001 #ifndef __RAK_SLEEP_H 00002 #define __RAK_SLEEP_H 00003 00004 #include "Export.h" 00005 00006 void RAK_DLL_EXPORT RakSleep(unsigned int ms); 00007 00008 #endif