libsignal-protocol-c  master
crypto_int32.h
1 #ifndef crypto_int32_h
2 #define crypto_int32_h
3 
4 typedef int crypto_int32;
5 
6 #endif