#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <string.h>

Functions | |
| void | dehexUsage (char *me) |
| void | dehexFclose (FILE *file) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | dehexTable [128] |
| void dehexFclose | ( | FILE * | file | ) |
| void dehexUsage | ( | char * | me | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| 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
}
1.5.6