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

#endif