summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils.h
diff options
context:
space:
mode:
authorStefan Zabka <zabkaste@hu-berlin.de>2020-05-21 12:37:46 +0200
committerStefan Zabka <zabkaste@hu-berlin.de>2020-05-21 12:37:46 +0200
commitdd4f3ec7551fddb88c5d6b96ed1aff3521c937ca (patch)
tree97e603f80bde82372e0a1cbb4b70b8bfdace8740 /02_exercise/prompt_utils.h
parentf117343477e596937bdfcf0ddce447c0d127b9cf (diff)
downloadbetriebssysteme-dd4f3ec7551fddb88c5d6b96ed1aff3521c937ca.tar.gz
betriebssysteme-dd4f3ec7551fddb88c5d6b96ed1aff3521c937ca.zip
Added warning and cleaned them up
Diffstat (limited to '02_exercise/prompt_utils.h')
-rw-r--r--02_exercise/prompt_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/02_exercise/prompt_utils.h b/02_exercise/prompt_utils.h
index 908019c..a3a9d9e 100644
--- a/02_exercise/prompt_utils.h
+++ b/02_exercise/prompt_utils.h
@@ -4,8 +4,8 @@
#include <stddef.h>
// Returns the relative path to get from the `from_dir` to the `to_dir`
-char const *const relative_path(char const *const from_dir, char const *const to_dir);
+char const *relative_path(char const *from_dir, char const *to_dir);
// Returns the position of each occurence of the seperator
-size_t *get_seperator_indeces(char const *const text, char seperator);
-#endif // PROMPT_UTILS_H_INCLUDED \ No newline at end of file
+size_t *get_seperator_indeces(char const *text, char seperator);
+#endif // PROMPT_UTILS_H_INCLUDED