Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
piggyback.c File Reference
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>

Go to the source code of this file.

Macros

#define AOUT_TEXT_OFFSET   32
 
#define LOOKBACK   (128 * 4)
 
#define BUFSIZE   1024
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define AOUT_TEXT_OFFSET   32

Definition at line 40 of file piggyback.c.

#define BUFSIZE   1024

Definition at line 137 of file piggyback.c.

#define LOOKBACK   (128 * 4)

Definition at line 136 of file piggyback.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 184 of file piggyback.c.