#ifndef NVIM_OS_TIME_H #define NVIM_OS_TIME_H #include #include #include typedef uint64_t Timestamp; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.h.generated.h" #endif #endif // NVIM_OS_TIME_H