emsApplication/sdk/include/sodium/crypto_int64.h

9 lines
106 B
C
Raw Normal View History

2024-05-24 12:29:09 +08:00
#ifndef crypto_int64_H
#define crypto_int64_H
#include <stdint.h>
typedef int64_t crypto_int64;
#endif