Sha256: aa68dc3a424860a2242d651d1d0baaf3dcd0328c313ae66202b007acfa1f2756
Contents?: true
Size: 293 Bytes
Versions: 137
Compression:
Stored size: 293 Bytes
Contents
#ifndef SYS_UTIME_H #define SYS_UTIME_H 1 #include <time.h> struct utimbuf { time_t actime; time_t modtime; }; #define _utimbuf utimbuf #ifdef __cplusplus extern "C" { #endif int utime(const char *f, struct utimbuf *t); #ifdef __cplusplus }; #endif //#define utime _utime #endif
Version data entries
137 entries across 136 versions & 2 rubygems