19.0.0 released Nov 08, 2023 |
decode-hex <data> to [ define ] <output> \ [ input-length <input length> ] \ [ output-length [ define ] <output length> ]
char *hexdata = "0041000F414200"; decode-hex hexdata to define binout output-length define olen
char *binout = "\x00""A""\x00""\xF""AB""\x00""\x04";