exercism / c

Exercism exercises in C.
https://exercism.org/tracks/c
MIT License
273 stars 176 forks source link

Amend the return type of function in `raindrop` #969

Closed Ashvith10 closed 3 months ago

Ashvith10 commented 3 months ago

Return type is amended from char* to void for the function convert(char result[], int drops)

Fixes #968

Ashvith10 commented 3 months ago

@wolf99 my bad. Looks like there's a whole lot of stuff to change - but since the ls command in my GuixSD instance wasn't configured with hidden files, I missed out on that. I'll be pushing out the new changes soon.

Ashvith10 commented 3 months ago

I tried checking out for all instances of incorrect definitions using grep -nr "char *convert(.*)". Hopefully, that should check for all the strings in the directory recursively.