#include <stdio.h>#include <syscall.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int argc | , | |
| char * | argv[] | |||
| ) |
Definition at line 11 of file mcat.c.
References EXIT_FAILURE, EXIT_SUCCESS, filesize(), MAP_FAILED, mmap(), munmap(), open(), printf(), STDOUT_FILENO, and write().
1.5.6