summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils_test.h
blob: 5c637b2ed702c422cf275a600a08ccc60ab38b4f (plain) (blame)
1
2
3
4
5
6
#ifndef PROMPT_UTILS_H_INCLUDED
#define PROMPT_UTILS_H_INCLUDED
void test_get_seperator_indeces();
void test_relative_path();

#endif