Electroneum
crypto_int64.h
Go to the documentation of this file.
1 #ifndef crypto_int64_H
2 #define crypto_int64_H
3 
4 #include <stdint.h>
5 
6 typedef int64_t crypto_int64;
7 
8 #endif
int64_t crypto_int64
Definition: crypto_int64.h:6