36 #ifndef WFIO_NUM_IEEE754_H 37 #define WFIO_NUM_IEEE754_H 43 typedef enum wfio_bcd_format_t {
union wfio_bcd8_t wfio_bcd8_t
A type corresponding to a single byte BCD value.
wfio_uint8_t hi
Definition: bcd.h:63
#define WFIO_C_BEGIN
Definition: host.h:477
wfio_uint8_t lo
Definition: bcd.h:60
A type corresponding to a single byte BCD value.
Definition: bcd.h:54
#define WFIO_C_END
Definition: host.h:485
struct wfio_bcd8_t::@14 digits
The literal encoding of this wfio_bcd8_t.
wfio_uint8_t ui
The raw 16-bit unsigned integer representation of this number.
Definition: bcd.h:70
wfio_sint8_t si
The raw 16-bit signed integer representation of this number.
Definition: bcd.h:76