GRASS 8 Programmer's Manual  8.5.0dev(2025)-c070206eb1
time.h
Go to the documentation of this file.
1 #ifndef GRASS_MSVC_SYS_TIME_H
2 #define GRASS_MSVC_SYS_TIME_H
3 
4 #include <winsock2.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 int gettimeofday(struct timeval *, struct timezone *);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
int gettimeofday(struct timeval *, struct timezone *)