#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdio.h>Defines | |
| #define | BUFSIZE 65536 |
| #define | OVERLAP 32 |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| char | buffer [BUFSIZE+OVERLAP] |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1