Linux Kernel
3.7.1
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <linux/a.out.h>
#include <linux/coff.h>
#include <linux/param.h>
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | prog_name |
#define BLOCK_SIZE 512 |
Definition at line 33 of file objstrip.c.
Definition at line 49 of file objstrip.c.
Definition at line 35 of file objstrip.c.