|
C Configuration Space and Tuning Library (CCS)
|
A union that can contain either a ccs_int_t or a ccs_float_t. More...
#include <base.h>
Data Fields | |
| ccs_float_t | f |
| The floating point value of the union. | |
| ccs_int_t | i |
| The integer value of the union. | |
A union that can contain either a ccs_int_t or a ccs_float_t.