chickadee » string-utils » hex_to_str

hex_to_str OUT IN OFF LENprocedure

Reads the ASCII hexadecimal representation of IN to OUT.

IN is a nonnull-string.

OFF is the byte offset.

LEN is the length of the bytes at OFF.

OUT is a string of length >= (/ LEN 2).