added win32 support for MINGW32-compiler/cross-compiler
[librfid] / src / usleep.h
1 #ifndef __USLEEP_H__
2 #define __USLEEP_H__
3
4 void usleep(unsigned long usec);
5
6 #endif/*__USLEEP_H__*/