So, I was completing the CS50 speller program, and I had a function to load a dictionary into memory as follows:
bool load(const char *dictionary) { for