7 const char *command
; const char *mode
;
9 return _IO_popen(command
, mode
);
17 /* Does not actually test that stream was created by popen(). Instead,
18 it depends on the filebuf::sys_close() virtual to Do The Right Thing. */
19 if (fp is
not a proc_file
)
22 return _IO_fclose(fp
);