Files
zTC1/mico-os/MiCO/security/Sodium/inc/sodium/crypto_int32.h
2025-03-11 14:10:51 +08:00

9 lines
106 B
C
Executable File

#ifndef crypto_int32_H
#define crypto_int32_H
#include <stdint.h>
typedef int32_t crypto_int32;
#endif