Neovim Home
src
nvim
os
time.h
Go to the documentation of this file.
1
#ifndef NVIM_OS_TIME_H
2
#define NVIM_OS_TIME_H
3
4
#include <stdbool.h>
5
#include <stdint.h>
6
#include <
time.h
>
7
8
typedef
uint64_t
Timestamp
;
9
10
#ifdef INCLUDE_GENERATED_DECLARATIONS
11
# include "os/time.h.generated.h"
12
#endif
13
#endif // NVIM_OS_TIME_H
time.h
Timestamp
uint64_t Timestamp
Definition:
time.h:8