ahtoi16

Name

ahtoi16 -- converts hexadecimal string to integer

Synopsis

#include <stdlib.h>

unsigned long ahtoi16(char * str);

Description

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

See Also

ahtoi8, atoi16, atoi8, stdlib

Examples

Converting ASCII strings to integer