void SearchEnvironment(char *envp[], char *search)
Prints the environment variables starting with the given search term using the format:
Definition: SearchEnvironment.c:5
bool StartsWith(char *string, char *search)
Checks if a string starts with the text of search.
Definition: SearchEnvironment.c:21