Files
cpuminer-opt-gpu/compat/sys/time.h
2016-09-22 13:16:18 -04:00

13 lines
195 B
C

#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
int gettimeofday(struct timeval *tv, struct timezone *tz);
void usleep(__int64 usec);
#ifdef __cplusplus
}
#endif
typedef __int64 useconds_t;