fgets Interface

interface


Called by

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

private function fgets(s, siz, stream) bind(C,name='fgets')

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), dimension(*) :: s
integer(kind=c_int), value :: siz
type(c_ptr), value :: stream

Return Value type(c_ptr)

Description

get a string from a stream