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

7 lines
105 B
C

#ifndef crypto_int16_h
#define crypto_int16_h
#include <stdint.h>
typedef int16_t crypto_int16;
#endif