Commit a8969b0a authored by a-j.towse's avatar a-j.towse

reminder to add comments

parent 5e278819
...@@ -98,7 +98,7 @@ void AddPokemonToList(struct Pokedex pokedex,char name[], char type[], char abil ...@@ -98,7 +98,7 @@ void AddPokemonToList(struct Pokedex pokedex,char name[], char type[], char abil
} }
struct PokemonNode * FindPokemon(struct Pokedex pokedex, char name[]) { struct PokemonNode * FindPokemon(struct Pokedex pokedex, char name[]) { /*Add comments to these two functions*/
PokemonNode **ptrHead = pokedex.ptrToPokemonHead; PokemonNode **ptrHead = pokedex.ptrToPokemonHead;
PokemonNode *temp = *ptrHead; PokemonNode *temp = *ptrHead;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment