Wheefun I/O Library
0.0.5
Useful I/O Primitives.
|
Integral type definitions. More...
Go to the source code of this file.
Typedefs | |
typedef wfio_undefined_t | wfio_flt16_t |
typedef wfio_undefined_t | wfio_flt32_t |
A type corresponding to a 32-bit floating point number. More... | |
typedef wfio_undefined_t | wfio_flt64_t |
A type corresponding to a 64-bit floating point number. More... | |
Integral type definitions.
This header declares basic floating point types.
A type corresponding to a 32-bit floating point number.
This type defines a floating-point type of 32-bits in length. If such a type exists, then this is equivalent to that type; otherwise, it is undefined.
float
.A type corresponding to a 64-bit floating point number.
This type defines a floating-point type of 64-bits in length. If such a type exists, then this is equivalent to that type; otherwise, it is undefined.
fdouble
.