7 lines
81 B
C
Raw Normal View History

2014-06-24 12:59:22 -07:00
#ifndef crypto_int32_h
#define crypto_int32_h
typedef int crypto_int32;
#endif