I'm writing some wrapper code to make it easy to call some C routines in FORTRAN. I know that FORTRAN, by default, passes parameters by reference. Therefore, I thought the simplest way to do it ...