stellar-veritas/bundled/cbits/ref10/include/crypto_int64.h

8 lines
105 B
C
Raw Normal View History

2026-01-25 02:27:22 +01:00
#ifndef crypto_int64_h
#define crypto_int64_h
#include <stdint.h>
typedef int64_t crypto_int64;
#endif