Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
codekingpro
/
portable-devtools
like
0
Dataset card
Files
Files and versions
xet
Community
main
portable-devtools
/
pgsql
/
include
/
informix
/
esql
/
decimal.h
codekingpro
Add files using upload-large-folder tool
e0ee642
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
288 Bytes
/* src/interfaces/ecpg/include/decimal.h */
#
ifndef
_ECPG_DECIMAL_H
#
define
_ECPG_DECIMAL_H
#
include
<ecpg_informix.h>
/* source created by ecpg which defines this */
#
ifndef
_ECPGLIB_H
typedef
decimal
dec_t
;
#
endif
/* ndef _ECPGLIB_H */
#
endif
/* ndef _ECPG_DECIMAL_H */