Wheefun I/O Library  0.0.5
Useful I/O Primitives.
Macros
limits.h File Reference

Type limits. More...

Go to the source code of this file.

Macros

#define WFIO_CHAR_BITS   ???
 The width in bits of type char.
 
#define WFIO_SCHAR_BITS   ???
 The width in bits of type signed char.
 
#define WFIO_UCHAR_BITS   ???
 The width in bits of type unsigned char.
 
#define WFIO_SHORT_BITS   ???
 The width in bits of type short int.
 
#define WFIO_SSHORT_BITS   ???
 The width in bits of type signed short int.
 
#define WFIO_USHORT_BITS   ???
 The width in bits of type unsigned short int.
 
#define WFIO_INT_BITS   ???
 The width in bits of type int.
 
#define WFIO_SINT_BITS   ???
 The width in bits of type signed int.
 
#define WFIO_UINT_BITS   ???
 The width in bits of type unsigned int.
 
#define WFIO_LONG_BITS   ???
 The width in bits of type long.
 
#define WFIO_SLONG_BITS   ???
 The width in bits of type signed long.
 
#define WFIO_ULONG_BITS   ???
 The width in bits of type unsigned long.
 
#define WFIO_LLONG_BITS   ???
 The width in bits of type long long.
 
#define WFIO_SLLONG_BITS   ???
 The width in bits of type signed long long.
 
#define WFIO_ULLONG_BITS   ???
 The width in bits of type unsigned long long.
 
#define WFIO_FLOAT_BITS   ???
 The width in bits of type float.
 
#define WFIO_DOUBLE_BITS   ???
 The width in bits of type double.
 
#define WFIO_LDOUBLE_BITS   ???
 The width in bits of type long double.
 

Detailed Description

Type limits.

Author
Phillip Kilgore
Since
0.0.1