From 7e227b0aa00c66d5d407751cac715e61e0c1c373 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 10 Mar 2026 20:23:19 +0100 Subject: Cleanup and fixes (#180) --- 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