From 9f7bf8ddf255f06a3c27c13dad87e34a70356d58 Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Wed, 20 May 2020 18:07:43 +0200 Subject: First implementation of prompt --- 02_exercise/prompt_utils_test.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 02_exercise/prompt_utils_test.h (limited to '02_exercise/prompt_utils_test.h') 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 -- cgit v1.2.3-54-g00ecf