mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-17 07:28:14 +08:00
9 lines
106 B
C
Executable File
9 lines
106 B
C
Executable File
#ifndef crypto_int64_H
|
|
#define crypto_int64_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef int64_t crypto_int64;
|
|
|
|
#endif
|