libsignal-protocol-c  master
crypto_int64.h
1 #ifndef crypto_int64_h
2 #define crypto_int64_h
3 
4 typedef long long crypto_int64;
5 
6 #endif