diff options
author | David Timber <mieabby@gmail.com> | 2020-09-20 00:55:13 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-20 00:55:13 +0930 |
commit | 48861d2128f7028d25c1d03b0cfd9dc5d56b0f66 (patch) | |
tree | 51b417d2cc7c07b50e259dd25d8f877303a832c8 /src/util_rt.h | |
parent | 66a17c4bf5c38579e460209c2028d3275f366121 (diff) |
* Impl bne
* Add prne_pth_reset_timer(), prne_build_str()
Diffstat (limited to 'src/util_rt.h')
-rw-r--r-- | src/util_rt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util_rt.h b/src/util_rt.h index 726cf98..c2d81be 100644 --- a/src/util_rt.h +++ b/src/util_rt.h @@ -48,6 +48,7 @@ char *prne_strnstr ( size_t hs_len, const char *const needle, const size_t n_len); +char *prne_build_str (const char **const arr, const size_t cnt); bool prne_hex_fromstr (const char *str, uint_fast8_t *out); void prne_hex_tochar (const uint_fast8_t in, char *out, const bool upper); |