write (formatted) Interface

public interface write (formatted)

Write the character sequence hold by the string to a connected formatted unit.

Calls

interface~~write (formatted)~~CallsGraph interface~write (formatted) write (formatted) proc~write_formatted write_formatted interface~write (formatted)->proc~write_formatted proc~maybe maybe proc~write_formatted->proc~maybe

Module Procedures

private subroutine write_formatted(string, unit, iotype, v_list, iostat, iomsg)

Write the character sequence hold by the string to a connected formatted unit.

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(in) :: string
integer, intent(in) :: unit
character(len=*), intent(in) :: iotype
integer, intent(in) :: v_list(:)
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg