#include <sys/types.h>#include <sys/wait.h>#include <fcntl.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include <string.h>Go to the source code of this file.
Functions | |
| _PROTOTYPE (int main,(void)) | |
| _PROTOTYPE (void subr,(void)) | |
| int | main () |
| void | subr () |
| void | nofork () |
| void | quit () |
Variables | |
| pid_t | pid0 |
| pid_t | pid1 |
| pid_t | pid2 |
| pid_t | pid3 |
| int | s |
| int | i |
| int | fd |
| int | nextb |
| int | errct = 0 |
| char * | tempfile = "test4.temp" |
| char | buf [1024] |
| int | errno |
| _PROTOTYPE | ( | void | subr, | |
| (void) | ||||
| ) |
| _PROTOTYPE | ( | int | main, | |
| (void) | ||||
| ) |
1.5.8