diff options
author | David Timber <mieabby@gmail.com> | 2020-07-20 23:36:38 +1000 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-07-20 23:36:38 +1000 |
commit | d61c0f9ddba9176c09ed751587343f3268ac6812 (patch) | |
tree | f0067fa48605961f182425df329ef8f37215957e /src/pack.h | |
parent | 99214f49b4397886abd2bb69de598b56d1be72d9 (diff) |
Util functions tidy up ...
* Remove stdio.h dependency from dmask
* Add hex util functions
* Write test for functions in util_rt.h
Diffstat (limited to 'src/pack.h')
-rw-r--r-- | src/pack.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,4 +51,5 @@ prne_unpack_ctx_pt prne_alloc_unpack_ctx (const prne_bin_archive_t *archive, con void prne_free_unpack_ctx (prne_unpack_ctx_pt ctx); ssize_t prne_do_unpack (prne_unpack_ctx_pt ctx, uint8_t *out, const size_t out_len, prne_pack_ret_t *pr_out); +// WARN: uses stdio func char *prne_pack_ret_tostr (const prne_pack_ret_t pr); |