Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
hex2hex.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define ABANDON(why)   { fprintf(stderr, "%s\n", why); exit(1); }
 
#define MAX_SIZE   (256*1024)
 

Functions

int main (int argc, const char *argv[])
 

Variables

unsigned char buf [MAX_SIZE]
 

Macro Definition Documentation

#define ABANDON (   why)    { fprintf(stderr, "%s\n", why); exit(1); }

Definition at line 11 of file hex2hex.c.

#define MAX_SIZE   (256*1024)

Definition at line 12 of file hex2hex.c.

Function Documentation

int main ( int  argc,
const char argv[] 
)

Definition at line 68 of file hex2hex.c.

Variable Documentation

unsigned char buf[MAX_SIZE]

Definition at line 13 of file hex2hex.c.