get_nanotime
#define get_monosec() ((time_t)(get_nanotime() / 1000000000LL))
int64_t get_nanotime (void);
if (get_nanotime() == INT64_MIN) {