Go to the source code of this file.
|
#define | USC (unsigned char*) |
|
◆ USC
#define USC (unsigned char*) |
◆ hexdig_init_D2A()
void hexdig_init_D2A |
( |
Void |
| ) |
|
Definition at line 52 of file hd_init.c.
54 #define USC (unsigned char*) unsigned char hexdig[256]
static void htinit(unsigned char *h, const unsigned char *s, int inc)
References hexdig, htinit(), and USC.
Referenced by gethex(), and hexnan().
◆ htinit()
static void htinit |
( |
unsigned char * |
h, |
|
|
const unsigned char * |
s, |
|
|
int |
inc |
|
) |
| |
|
static |
Definition at line 42 of file hd_init.c.
46 for(i = 0; (j = s[i]) != 0; i++)
48 h[j] = (
unsigned char)(i + inc);
Referenced by hexdig_init_D2A().
◆ hexdig
unsigned char hexdig[256] |