diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 08:49:35 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 08:49:35 +0100 |
| commit | b6a26390556fe14c3fc9634b291baabeba7ed517 (patch) | |
| tree | c921fdd7913183b0fbe770172db529eaecb11c91 /tests/c/src/utils.h | |
| parent | 2c11591e02b907e63d8fd4fcb0a6559625934a95 (diff) | |
monero updates
Diffstat (limited to 'tests/c/src/utils.h')
| -rw-r--r-- | tests/c/src/utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
