Ion C
C library for Ion
Deprecated List
Global ion_decimal_equals_quad (const decQuad *left, const decQuad *right, decContext *context, BOOL *is_equal)
- use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_decimal_equals.
Global ion_int_from_decimal (ION_INT *iint, const decQuad *p_value, decContext *context)
use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_decimal_to_ion_int.
Global ion_int_to_decimal (ION_INT *iint, decQuad *p_quad, decContext *context)
use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_decimal_from_ion_int.
Global ion_reader_read_decimal (hREADER hreader, decQuad *p_value)
use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_reader_read_ion_decimal.
Global ion_writer_write_decimal (hWRITER hwriter, decQuad *value)
use of decQuads directly is deprecated. ION_DECIMAL should be used. See ion_writer_write_ion_decimal.