Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tpruvot
GitHub Repository: tpruvot/cpuminer-multi
Path: blob/linux/compat/sys/time.h
1201 views
1
#pragma once
2
3
#ifdef __cplusplus
4
extern "C"
5
{
6
#endif
7
int gettimeofday(struct timeval *tv, struct timezone *tz);
8
void usleep(__int64 usec);
9
#ifdef __cplusplus
10
}
11
#endif
12
typedef __int64 useconds_t;
13
14