#include <stdio.h>#include <sys/types.h>#include <libelf.h>#include <fcntl.h>
Go to the source code of this file.
| Defines | |
| #define | min(x, y) ((x)<(y)?(x):(y)) | 
| Functions | |
| void | copy_bytes (int infd, int outfd, int offset, int nbytes) | 
| main (int argc, argv) | |
| Variables | |
| int | errno | 
| void copy_bytes | ( | int | infd, | 
| int | outfd, | ||
| int | offset, | ||
| int | nbytes | ||
| ) | 
| int errno |