danicoin/src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h
2015-10-26 18:00:53 +02:00

8 lines
106 B
C

#ifndef crypto_int64_H
#define crypto_int64_H
#include <stdint.h>
typedef int64_t crypto_int64;
#endif