Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/python2....
File: timefuncs.h
/* timefuncs.h
[0] Fix | Delete
*/
[1] Fix | Delete
[2] Fix | Delete
/* Utility function related to timemodule.c. */
[3] Fix | Delete
[4] Fix | Delete
#ifndef TIMEFUNCS_H
[5] Fix | Delete
#define TIMEFUNCS_H
[6] Fix | Delete
#ifdef __cplusplus
[7] Fix | Delete
extern "C" {
[8] Fix | Delete
#endif
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
/* Cast double x to time_t, but raise ValueError if x is too large
[12] Fix | Delete
* to fit in a time_t. ValueError is set on return iff the return
[13] Fix | Delete
* value is (time_t)-1 and PyErr_Occurred().
[14] Fix | Delete
*/
[15] Fix | Delete
PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
[16] Fix | Delete
[17] Fix | Delete
/* Get the current time since the epoch in seconds */
[18] Fix | Delete
PyAPI_FUNC(double) _PyTime_FloatTime(void);
[19] Fix | Delete
[20] Fix | Delete
[21] Fix | Delete
#ifdef __cplusplus
[22] Fix | Delete
}
[23] Fix | Delete
#endif
[24] Fix | Delete
#endif /* TIMEFUNCS_H */
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function