#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Include dependency graph for PipeSplitter.C:
Go to the source code of this file.
Defines | |
#define | BUFFSIZE 128 |
Functions | |
int | main (int argc, char *argv[]) |
Reads from STDIN and writes to STDOUT and STDERR. |
|
Definition at line 1 of file PipeSplitter.C. Referenced by main(). |
|
Reads from STDIN and writes to STDOUT and STDERR.
Definition at line 9 of file PipeSplitter.C. |