next up previous contents index
Next: Function c_array_to_f_string Up: Module CInOutput_module Previous: Interface update   Contents   Index

Subroutine f_string_to_c_array


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call f_string_to_c_array(fstring,carray)\end{verbatim}
\end{boxedminipage}

Convert a blank-padded fortran string to a null terminated char array of the same length

fstring -- character(*), intent(in)

carray -- character(1), dimension(len(fstring)), intent(out)

c_array_to_f_string function

gabor 2009-06-30