INTERFACE:
integer function zio_nf_set_fill(filedesc,fillmode,old_mode)DESCRIPTION:
Sets the fill mode.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Aug-14 -- added fill component to file descriptor objectINPUT PARAMETERS:
implicit none
integer, intent(in):: filedesc
integer, intent(in):: fillmodeOUTPUT PARAMETERS:
integer, intent(out):: old_mode
\