stellar-veritas/bundled/cbits/ref10/include/crypto_uint16.h
2026-01-25 02:27:22 +01:00

7 lines
109 B
C

#ifndef crypto_uint16_h
#define crypto_uint16_h
#include <stdint.h>
typedef uint16_t crypto_uint16;
#endif