Wheefun I/O Library
0.0.5
Useful I/O Primitives.
|
Binary Coded Decimal manipulation. More...
#include <wfio/type.h>
Go to the source code of this file.
Classes | |
union | wfio_bcd8_t |
A type corresponding to a single byte BCD value. More... | |
Typedefs | |
typedef enum wfio_bcd_format_t | wfio_bcd_format_t |
typedef union wfio_bcd8_t | wfio_bcd8_t |
A type corresponding to a single byte BCD value. More... | |
Enumerations | |
enum | wfio_bcd_format_t { WFIO_BCD_UNSIGNED } |
Variables | |
WFIO_C_BEGIN | |
WFIO_C_END | |
Binary Coded Decimal manipulation.
This header provides support for extended IEEE754 types.
typedef union wfio_bcd8_t wfio_bcd8_t |
A type corresponding to a single byte BCD value.
A value in this domain encodes a value 0-99 in an unsigned context.