8 lines
105 B
C
8 lines
105 B
C
|
|
#ifndef crypto_int32_h
|
||
|
|
#define crypto_int32_h
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
typedef int32_t crypto_int32;
|
||
|
|
|
||
|
|
#endif
|