COHERENT help

This page displays the COHERENT help information for popen.

Listing of available help pages


popen() -- Open a pipe

#include <stdio.h>
FILE *popen(command, how)
char *command, *how;