Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.h')
-rw-r--r--tests/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/util.h b/tests/util.h
new file mode 100644
index 0000000..0940720
--- /dev/null
+++ b/tests/util.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void make_temp_file(const char *prefix, char *out);