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