diff options
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 |
