Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
nttl050611
/
GTASA
like
0
Dataset card
Files
Files and versions
xet
Community
main
GTASA
/
moonloader
/
lib
/
libtcc
/
include
/
stdbool.h
nttl050611
Upload 2089 files
d7c5875
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
176 Bytes
#
ifndef
_STDBOOL_H
#
define
_STDBOOL_H
/* ISOC99 boolean */
#
define
bool _Bool
#
define
true 1
#
define
false 0
#
define
__bool_true_false_are_defined 1
#
endif
/* _STDBOOL_H */