Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
12.4.8 Foreign language wrapper support functions
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Foreign Language Interface
The Foreign Include File
Foreign language wrapper support functions
PL_cvt_i_bool()
PL_cvt_i_char()
PL_cvt_i_schar()
PL_cvt_i_uchar()
PL_cvt_i_short()
PL_cvt_i_ushort()
PL_cvt_i_int()
PL_cvt_i_uint()
PL_cvt_i_long()
PL_cvt_i_ulong()
PL_cvt_i_llong()
PL_cvt_i_ullong()
PL_cvt_i_int32()
PL_cvt_i_uint32()
PL_cvt_i_int64()
PL_cvt_i_uint64()
PL_cvt_i_size_t()
Packages
Availability:
C-language interface function
int
PL_cvt_i_bool
(
term_t p, int *c
)
Equivalent to
PL_get_bool_ex()
. Note that the pointer is to an
int
because C has no
bool
type. The return value is either
0
or
1
.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)