Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
pcre2
like
0
Model card
Files
Files and versions
xet
Community
main
pcre2
/
vms
/
stdint.h
AryaWu
Upload folder using huggingface_hub
864071c
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
211 Bytes
#
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