/* * stoi16.hpp: * written by palmers / teso */ #ifndef __STOI16_C #define __STOI16_C #include /** * Convert a string of hexadecimal charcters to an unsigned integer. */ unsigned int stoi16 (string); #endif /* __STOI16_C */