Teem 1.10.0
src/hex/dehex.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
Include dependency graph for dehex.c:

Functions

void dehexUsage (char *me)
void dehexFclose (FILE *file)
int main (int argc, char *argv[])

Variables

int dehexTable [128]

Function Documentation

void dehexFclose ( FILE *  file)
void dehexUsage ( char *  me)
int main ( int  argc,
char *  argv[] 
)

Variable Documentation

int dehexTable[128]
Initial value:
 {

  -2, -2, -2, -2, -2, -2, -2, -2, -2, -1,  
  -1, -1, -1, -1, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -1, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, -2,  0,  1,  
   2,  3,  4,  5,  6,  7,  8,  9, -2, -2,  
  -2, -2, -2, -2, -2, 10, 11, 12, 13, 14,  
  15, -2, -2, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, 10, 11, 12,  
  13, 14, 15, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, -2, -2, -2,  
  -2, -2, -2, -2, -2, -2, -2, -2           
}