Sha256: a337345aba2c4b920b68e737fb7de2a09b48d003606fc76a62d72c8ff782f434
Contents?: true
Size: 224 Bytes
Versions: 5
Compression:
Stored size: 224 Bytes
Contents
#ifndef _COMPAT_TIME_H #define _COMPAT_TIME_H #ifdef __cplusplus extern "C" { #endif int dysize(int year); #define _timezone timezone #define _daylight daylight #ifdef __cplusplus } #endif #include_next <time.h> #endif
Version data entries
5 entries across 5 versions & 1 rubygems