index
:
ede
master
A Sublime Text-like editor in the terminal
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
global.h
blob: 42a81808fa3ad06de6ba02c63e717cbe266b3f4e (
plain
)
1
2
3
4
5
6
#pragma once
#include <cstdint>
using
i64
=
int64_t
;
using
u64
=
uint64_t
;