Files
zTC1/mico-os/MiCO/security/Sodium/inc/sodium/crypto_int64.h
2025-03-11 15:54:45 +08:00

9 lines
106 B
C

#ifndef crypto_int64_H
#define crypto_int64_H
#include <stdint.h>
typedef int64_t crypto_int64;
#endif