PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void deparse_hex | ( | uint8_t | str, |
char * | result | ||
) |
Given one byte, populate result with two byte representing the hex number.
Convert a char into a human readable hex digit.
Ie. deparse_hex( 255, mystr) -> mystr[0] = 'F' and mystr[1] = 'F'
No error checking done
Definition at line 648 of file lwgeom_api.c.
Referenced by convert_bytes_to_hex().