mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
8a1a4972a5
I changed the return value of n in List_length to reflect the number of items inside the list, so a newly initialized list will return a length of 0. To prevent items in List_toArray from being cut off, I addeone back to n at the beginning of the List_toArray function. |
||
---|---|---|
.. | ||
list.c | ||
list.h | ||
main.c | ||
Makefile |