SELKIELogger
1.0.0
|
Test conversion of hexadecimal character pairs to integers. More...
Go to the source code of this file.
Functions | |
bool | test (const char *in, const uint8_t target) |
int | main (void) |
Test conversion of hexadecimal character pairs to integers.
Definition in file DWHexPairs.c.
int main | ( | void | ) |
Test hexpair_to_uint() for CTest
Definition at line 44 of file DWHexPairs.c.
bool test | ( | const char * | in, |
const uint8_t | target | ||
) |
Confirm characters passed as input convert to target value.
[in] | in | Hexadecimal character pair |
[in] | target | Target integer value |
Definition at line 72 of file DWHexPairs.c.