summaryrefslogtreecommitdiff
path: root/tests/c/src/utils.h
blob: dd9955680fe6a8479c9f290abe52f17b5cd8bf35 (plain)
1
2
3
4
5
6
7
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