mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
13 lines
195 B
C
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;
|