#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <fcntl.h>#include <limits.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | MAX_ERROR 4 |
Functions | |
| _PROTOTYPE (int main,(int argc, char *argv[])) | |
| _PROTOTYPE (void test6a,(void)) | |
| _PROTOTYPE (void e,(int n)) | |
| int | main (int argc, argv) |
| void | test6a () |
| void | test6b () |
| void | test6c () |
| void | e (int n) |
| void | quit () |
Variables | |
| int | errct |
| int | subtest = 1 |
| int | zilch [5000] |
| char | curdir [PATH_MAX] |
| _PROTOTYPE | ( | void | e, | |
| (int n) | ||||
| ) |
| _PROTOTYPE | ( | void | test6a, | |
| (void) | ||||
| ) |
| _PROTOTYPE | ( | int | main, | |
| (int argc, char *argv[]) | ||||
| ) |
1.5.8