diff options
Diffstat (limited to 'src/stdlib/int32.h')
| -rw-r--r-- | src/stdlib/int32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/int32.h b/src/stdlib/int32.h new file mode 100644 index 00000000..9400494f --- /dev/null +++ b/src/stdlib/int32.h @@ -0,0 +1,4 @@ +#define INTX_H__INT_BITS 32 +#define I32(i) (int32_t)(i) +#include "intX.h" // IWYU pragma: export +#define NONE_INT32 ((OptionalInt32_t){.has_value = false}) |
