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