Linked List Fixes #11

Merged
wesley merged 1 commits from list/fixes into main 2024-02-15 17:05:05 -05:00

1 Commits

Author SHA1 Message Date
181ed5f732 Linked List Fixes
Fixed up where there was no error checking of position when inserting
into a position into the list. Also made it so that listCreate returns a
pointer to a list instead of a list so that we can move the definition
of List into the implementation file instead of the header.
2024-02-15 17:00:19 -05:00