summaryrefslogtreecommitdiff
path: root/src/stdint/int32_t.h
blob: 2405917257d134f2d39502b28159dbf1fdfbe06b (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef int                                                             int32_t;

/*
STDC(199901)
*/