Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hi, I'm having some issues with this kata. The code works just fine but on a random test i've got an error " free(): invalid pointer " but it doens't seem to come from the program. Would anyone have an idea on how to solve it ?
I've got an issue with the declaration. It's telling me that C99 doesn't accept implicit declaration of functions. However the function is declared and on visual studio the code works just fine. Would someone know why ?