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