Previous: sc2for Up: Fortran String Conversion Routines Next: sfor2c

sc2for_array


sc2for_array(c_string, len, nelements, for_string, max_length, argptr, nargs,
             argno, strno);

This routine converts a standard C null-terminated array of strings into an output Fortran string array. The C string array must be a two-dimensional array of characters, not an array of pointers to strings. The Fortran string should be declared as a single-dimensional array of CHARACTER*n in the calling routine.

Arguments:

rgd059@ipl.jpl.nasa.gov