timestamp_t
timestamp_t tstamp;
void timestamp_now(timestamp_t *tstamp)
long long timestamp_diff_ms(timestamp_t *tstamp)
timestamp_t now, diff;