9 lines
123 B
C
9 lines
123 B
C
|
|
#ifndef CRYPTO_INT64_H
|
||
|
|
#define CRYPTO_INT64_H
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
typedef int64_t crypto_int64;
|
||
|
|
|
||
|
|
#endif //CRYPTO_INT64_H
|