#include "threadfork.h"#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>

Go to the source code of this file.
Defines | |
| #define | MAX_ARGS 32 |
| #define MAX_ARGS 32 |
Definition at line 9 of file threadfork.C.
1.5.5