aboutsummaryrefslogtreecommitdiff
path: root/misc/try_int.h2
blob: c010eaff0b12fb588e3f5c03813d6136a028c44c (plain)
1
2
3
4
5
#ifndef INT_DEFS_H
#define INT_DEFS_H
typedef unsigned Z uint32t;
typedef Z int32t;
#endif