ahtoi8

Name

ahtoi8 -- converts hexadecimal string to integer

Synopsis

#include <stdlib.h>

unsigned int ahtoi16(char * str);

Description

This function converts a null-terminated ASCII string representing an unsigned hexadecimal number to an int value.

See Also

ahtoi16, atoi16, atoi8, stdlib

Examples

Converting ASCII strings to integer