Skip to content

struct floating_point_components

Defined at printf.c#636

Stores a fixed-precision representation of a floating-point number relative to a fixed precision (which cannot be determined by examining this structure)

Members

public int_fast64_t integral

public int_fast64_t fractional

public _Bool is_negative