Conversations/jni/ed25519/nacl_includes/crypto_int64.h

7 lines
87 B
C
Raw Normal View History

2014-11-24 21:54:30 +01:00
#ifndef crypto_int64_h
#define crypto_int64_h
typedef long long crypto_int64;
#endif