#include <stdio.h>
Go to the source code of this file.
Functions | |
FILE * | fast_popen (const char *command) |
Fast process invocation. | |
int | fast_pclose (FILE *file) |
Conclude a fast process stream. |
|
Fast process invocation.
fast_popen opens a process for execution, providing its output on a stream, just like the standard
|
|
Conclude a fast process stream.
|