I have a macro that uses GCC\'s typeof to create a variable of the same type of a macro argument. The problem is: if that argument has const type, the variable crea
const
There is no standard way in c to modify a const variable or remove the specifier from an existing one.