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