enum CRStatus cr_num_set(CRNum *a_this, gdouble a_val, enum CRNumType a_type)
CRNum * cr_num_new_with_val(gdouble a_val, enum CRNumType a_type)
void cr_num_destroy(CRNum *a_this)
enum CRStatus cr_num_copy(CRNum *a_dest, CRNum const *a_src)
gboolean cr_num_is_fixed_length(CRNum const *a_this)
CRNum * cr_num_dup(CRNum const *a_this)
guchar * cr_num_to_string(CRNum const *a_this)
CRNumType
The different types of numbers.
The declaration of the CRParsingLocation object.
The Croco library basic types definitions And global definitions.
CRStatus
The status type returned by the methods of the croco library.
An abstraction of a number (num) as defined in the css2 spec.
CRParsingLocation location