xref: /aosp_15_r20/external/pcre/vms/stdint.h (revision 22dc650d8ae982c6770746019a6f94af92b0f024)
1 #ifndef MY_VMS_STDINT
2 #define MY_VMS_STDINT
3 #include <inttypes.h>
4 #include <limits.h>
5 #include <stdbool.h>
6 #define SIZE_MAX UINT_MAX
7 #define UINT32_MAX  4294967295u
8 #define UINT16_MAX             (65535)
9 #endif
10