MySQL 8.4.2
Source Code Documentation
|
Go to the source code of this file.
Functions | |
bool | unhex (const char *first, const char *last, char *output) |
Convert hex string to byte array. More... | |
bool unhex | ( | const char * | first, |
const char * | last, | ||
char * | output | ||
) |
Convert hex string to byte array.
first | Pointer to first element of range to convert |
last | Pointer to one-after-last element of range to convert |
output | Beginning of destination range. |