session-android/libaxolotl/jni/ed25519/nacl_includes/crypto_int64.h

7 lines
87 B
C
Raw Normal View History

2014-06-24 19:59:22 +00:00
#ifndef crypto_int64_h
#define crypto_int64_h
typedef long long crypto_int64;
#endif