• src/encode/hex.c hex.h

    From Rob Swindell to Git commit to main/sbbs/master on Friday, June 04, 2021 23:40:58
    https://gitlab.synchro.net/main/sbbs/-/commit/130bdba4f9aadc2d9fc0108c
    Added Files:
    src/encode/hex.c hex.h
    Log Message:
    Generic hexadecimal encode/decode string functions (e.g. for URL decode)

    These functions can be used for "percent encode/decode" or any other 2-hex-digit encoding/decoding with a single escape character.