GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
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
7extern "C" {
8#endif
9
10int gettimeofday(struct timeval *, struct timezone *);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif
int gettimeofday(struct timeval *, struct timezone *)