INTERFACE:
integer function zio_nf_put_var1_text(filedesc,varid,indx,chval)DESCRIPTION:
Puts the given character at the specified location in an output file.
REVISION HISTORY:
2003-Jan-31 -- first prototypeINPUT PARAMETERS:
implicit none
integer, intent(in) :: filedesc
integer, intent(in) :: indx(*)
integer, intent(in) :: varid
character, intent(in) :: chval
\