index
:
shoka
master
shoka mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snippets
/
u64.h
blob: 863fe1d0aa644f0051277e961c94e03b17cc1a89 (
plain
)
1
2
3
4
5
6
#pragma once
#include
<cstdint>
using
Long
=
long
long
;
using
u64
=
std
::
uint64_t
;