#ifndef STRUCT_INTEGER_VALUE #define STRUCT_INTEGER_VALUE #include struct integer_value { intmax_t value; }; #endif