#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <a.out.h>#include <sys/types.h>#include <fcntl.h>#include <sys/stat.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | INPUT_FILE 1 |
| #define | OUTPUT_FILE 2 |
Functions | |
| void | report (char *problem, char *message) |
| int | copy_data (int srcfd, int dstfd) |
| int | main (int argc, char **argv) |
1.5.8