index
:
cup
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common.h
blob: 20d057f16a443903e141bf5094ea3dba11f5ccad (
plain
) (
blame
)
1
2
3
4
5
6
#pragma once
#include
<stdbool.h>
#include
<stdint.h>
typedef
long
long
int
i64
;