Sha256: 5a95bb24c5f9c13b23c8aa4d77349e44964cf383e49cdf870b730ceaeb843df7
Contents?: true
Size: 331 Bytes
Versions: 19
Compression:
Stored size: 331 Bytes
Contents
#ifndef __systime_h__ #define __systime_h__ #ifdef __cplusplus extern "C" { #endif struct timezone { int tz_minuteswest; /* minutes W of Greenwich */ int tz_dsttime; /* type of dst correction */ }; int gettimeofday(struct timeval *tv, struct timezone *tz); #ifdef __cplusplus } #endif #endif /// #ifndef __systime_h__
Version data entries
19 entries across 19 versions & 2 rubygems