neovim
Neovim text editor
git clone
https://git.dasho.dev/neovim.git
Log
|
Files
|
Refs
|
README
time_defs.h (62B)
1
#pragma once
2
3
#include
<stdint.h>
4
typedef
uint64_t
Timestamp
;