nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

List iterators are missing erase / insert_after / insert_before #15

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

Added list iterator erase / insert_after / insert_before routines.