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