12.9.8 Support functions for blob save/load
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Foreign Language Interface
Foreign access to Prolog IO streams
Support functions for blob save/load
PL_qlf_put_int64()
PL_qlf_put_int32()
PL_qlf_put_uint32()
PL_qlf_put_double()
PL_qlf_put_atom()
PL_qlf_get_int64()
PL_qlf_get_int32()
PL_qlf_get_uint32()
PL_qlf_get_double()
PL_qlf_get_atom()
Packages
Availability:
C-language interface function
int
PL_qlf_get_int64
(
IOSTREAM *s, int64_t *ip
)
int
PL_qlf_get_int32
(
IOSTREAM *s, int32_t *ip
)
int
PL_qlf_get_uint32
(
IOSTREAM *s, uint32_t *ip
)
int
PL_qlf_get_double
(
IOSTREAM *s, double *fp
)
Counterparts of corresponding PL_qlf_put_*() functions.