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