1 /** 2 Mirror _timefuncs.h 3 */ 4 module deimos.python.timefuncs; 5 6 import core.stdc.time; 7 8 extern(C): 9 // Python-header-file: Include/timefuncs.h: 10 11 /// _ 12 time_t _PyTime_DoubleToTimet(double x); 13 14 15