8 lines
106 B
C
8 lines
106 B
C
#ifndef crypto_int64_H
|
|
#define crypto_int64_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef int64_t crypto_int64;
|
|
|
|
#endif
|