From b6a26390556fe14c3fc9634b291baabeba7ed517 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 10 Mar 2026 08:49:35 +0100 Subject: monero updates --- tests/c/src/utils.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/c/src/utils.h (limited to 'tests/c/src/utils.h') diff --git a/tests/c/src/utils.h b/tests/c/src/utils.h new file mode 100644 index 0000000..dd99556 --- /dev/null +++ b/tests/c/src/utils.h @@ -0,0 +1,8 @@ +#ifndef UTILS_H +#define UTILS_H + +char* u_mktemp(); +char* u_cat(const char* a, const char* b); +int u_wordcount(const char* str); + +#endif // UTILS_H -- cgit v1.2.3