iPXE
|
String functions. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
unsigned int | digit_value (unsigned int digit) |
Calculate digit value. More... | |
String functions.
Definition in file string.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
unsigned int digit_value | ( | unsigned int | character | ) |
Calculate digit value.
character | Digit character |
digit | Digit value |
Invalid digits will be returned as a value greater than or equal to the numeric base.
Definition at line 426 of file string.c.
Referenced by hex_decode(), string_test_exec(), strtoul(), and strtoull().