This minor edit improves on #2237 by using union instead of memcpy thus dropping the dependence on memcpy and string.h. It also appears faster. It has been tested by the Rizin CI in rizinorg/rizin#4086.
Apparently it's possible for the translator to use this form instead of the form in #2237.
This minor edit improves on #2237 by using
union
instead ofmemcpy
thus dropping the dependence onmemcpy
andstring.h
. It also appears faster. It has been tested by the Rizin CI in rizinorg/rizin#4086.Apparently it's possible for the translator to use this form instead of the form in #2237.