popen Interface

interface


Called by

interface~~popen~~CalledByGraph interface~popen popen_module::popen proc~get_command_as_string popen_module::get_command_as_string proc~get_command_as_string->interface~popen

private function popen(command, mode) bind(C,name='popen')

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), dimension(*) :: command
character(kind=c_char, len=1), dimension(*) :: mode

Return Value type(c_ptr)

Description

initiate pipe streams to or from a process