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