Sign in
fuchsia
/
third_party
/
github.com
/
PCRE2Project
/
pcre2
/
HEAD
/
.
/
vms
/
stdint.h
blob: 3a5a5a295eeb35db8cd52a2f351d8b71a136cc70 [
file
] [
log
] [
blame
]
#ifndef
MY_VMS_STDINT
#define
MY_VMS_STDINT
#include
<inttypes.h>
#include
<limits.h>
#include
<stdbool.h>
#define
SIZE_MAX UINT_MAX
#define
UINT32_MAX
4294967295u
#define
UINT16_MAX
(
65535
)
#endif