strtol             35 src/word.c         n = strtol(str, &check, 10);
strtol             59 src/word.c         w = (WORD)strtol(str, &check, 16);