Sha256: ed26c6b339b555f2ee860a65f9fa6f1f33bafd10f6f939543ebadeae15e4c64d
Contents?: true
Size: 229 Bytes
Versions: 22
Compression:
Stored size: 229 Bytes
Contents
#ifndef _TIME_H #define _TIME_H #define CLOCKS_PER_SEC 1000 typedef unsigned long long clock_t; // Clock is just use for progress reporting, which we disable anyway. inline clock_t clock() { return 0; } #endif // _TIME_H
Version data entries
22 entries across 22 versions & 1 rubygems