1#ifndef NVIM_OS_TIME_H
2#define NVIM_OS_TIME_H
3
4#include <stdint.h>
5#include <stdbool.h>
6#include <time.h>
7
8typedef uint64_t Timestamp;
9
10#ifdef INCLUDE_GENERATED_DECLARATIONS
11# include "os/time.h.generated.h"
12#endif
13#endif // NVIM_OS_TIME_H
14