Ad
  • Custom User Avatar

    There are no test cases for this.
    In this kata you cannot pass the test if you return NULL.
    If malloc fails, it's easier to just run test cases again.

  • Custom User Avatar

    I am starting in C, and I have always seen that you have to protect the mallocs, for the cases in which it fails, there is some reason why you do not, Thanks