summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils.h
diff options
context:
space:
mode:
authorStefan Zabka <zabkaste@hu-berlin.de>2020-05-24 12:09:46 +0200
committerStefan Zabka <zabkaste@hu-berlin.de>2020-05-24 12:09:46 +0200
commit65966ded0cc15c5966c6568cf0ff2f2bbe1fc29a (patch)
tree60af69be16926ef0f24ad2a954d9205ce9277450 /02_exercise/prompt_utils.h
parent3b7e61eab8ce5d230bc1b172942c1ab9459ed161 (diff)
downloadbetriebssysteme-65966ded0cc15c5966c6568cf0ff2f2bbe1fc29a.tar.gz
betriebssysteme-65966ded0cc15c5966c6568cf0ff2f2bbe1fc29a.zip
Big remodelling
Diffstat (limited to '02_exercise/prompt_utils.h')
-rw-r--r--02_exercise/prompt_utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/02_exercise/prompt_utils.h b/02_exercise/prompt_utils.h
deleted file mode 100644
index 36d065d..0000000
--- a/02_exercise/prompt_utils.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PROMPT_UTILS_H_INCLUDED
-#define PROMPT_UTILS_H_INCLUDED
-
-// returns the relative path to get from the `from_dir` to the `to_dir`
-char const *relative_path(char const *from_dir, char const *to_dir);
-
-// returns the position of each occurrence of the separator
-size_t *get_separator_indices(char const *text, char separator);
-
-#endif // PROMPT_UTILS_H_INCLUDED