Wheefun I/O Library  0.0.5
Useful I/O Primitives.
Classes | Typedefs | Enumerations | Variables
bcd.h File Reference

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
 

Detailed Description

Binary Coded Decimal manipulation.

This header provides support for extended IEEE754 types.

Note
This header includes wfio/ieee754.h.
This header is part of the libwfion extension.
Author
Phillip Kilgore
Since
0.0.5

Typedef Documentation

◆ wfio_bcd8_t

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.

Since
0.0.1