1#pragma once 2 3#ifdef __cplusplus 4extern "C" 5{ 6#endif 7int gettimeofday(struct timeval *tv, struct timezone *tz); 8void usleep(__int64 usec); 9#ifdef __cplusplus 10} 11#endif 12typedef __int64 useconds_t; 13 14