Mathematica can generate C code using CCodeGenerate. The variables in the generated code are types such as mint, mreal, etc.
Can these be cast or converted to standard C variables (int, real) and can standard C variables be cast or converted to these types?