On Fri, 21 Apr 2023 at 23:16, Ranier Vilela <ranier...@gmail.com> wrote: > Perhaps list_delete_nth_cell needs to check NIL too? > + if (list == NIL) > + return NIL;
Which cell would you be deleting from an empty list? David
On Fri, 21 Apr 2023 at 23:16, Ranier Vilela <ranier...@gmail.com> wrote: > Perhaps list_delete_nth_cell needs to check NIL too? > + if (list == NIL) > + return NIL;
Which cell would you be deleting from an empty list? David