summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils_test.h
diff options
context:
space:
mode:
Diffstat (limited to '02_exercise/prompt_utils_test.h')
-rw-r--r--02_exercise/prompt_utils_test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/02_exercise/prompt_utils_test.h b/02_exercise/prompt_utils_test.h
new file mode 100644
index 0000000..5c637b2
--- /dev/null
+++ b/02_exercise/prompt_utils_test.h
@@ -0,0 +1,6 @@
+#ifndef PROMPT_UTILS_H_INCLUDED
+#define PROMPT_UTILS_H_INCLUDED
+void test_get_seperator_indeces();
+void test_relative_path();
+
+#endif \ No newline at end of file