summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils.h
diff options
context:
space:
mode:
authorStefan Zabka <zabkaste@hu-berlin.de>2020-05-20 21:13:35 +0200
committerStefan Zabka <zabkaste@hu-berlin.de>2020-05-20 21:13:35 +0200
commitf117343477e596937bdfcf0ddce447c0d127b9cf (patch)
tree5ebbbfbd13e4b78cbad2026329261383a77b2893 /02_exercise/prompt_utils.h
parent9f7bf8ddf255f06a3c27c13dad87e34a70356d58 (diff)
downloadbetriebssysteme-f117343477e596937bdfcf0ddce447c0d127b9cf.tar.gz
betriebssysteme-f117343477e596937bdfcf0ddce447c0d127b9cf.zip
Fixed another edge case and documentationfixing_prompt
Diffstat (limited to '02_exercise/prompt_utils.h')
-rw-r--r--02_exercise/prompt_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/02_exercise/prompt_utils.h b/02_exercise/prompt_utils.h
index 93de502..908019c 100644
--- a/02_exercise/prompt_utils.h
+++ b/02_exercise/prompt_utils.h
@@ -6,6 +6,6 @@
// 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);
-// Returns the position of each element one after the seperator
+// 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