mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-31 17:11:22 -06:00
9 lines
106 B
C
9 lines
106 B
C
#ifndef crypto_uint8_H
|
|
#define crypto_uint8_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint8_t crypto_uint8;
|
|
|
|
#endif
|