Codebase list delay / upstream/latest time_ms.h
upstream/latest

Tree @upstream/latest (Download .tar.gz)

time_ms.h @upstream/latestraw · history · blame

1
2
3
4
5
6
7
8
9
#ifndef __H_TIME_MS
#define __H_TIME_MS

#include <stdint.h>

typedef int64_t time_ms;

time_ms get_time_ms();
#endif