A Linked List Manager

Iver 542569379e added example, fixed logic, OT_erase, updated makefile, tests passed 2 часов назад
builds 542569379e added example, fixed logic, OT_erase, updated makefile, tests passed 2 часов назад
src 542569379e added example, fixed logic, OT_erase, updated makefile, tests passed 2 часов назад
Makefile 542569379e added example, fixed logic, OT_erase, updated makefile, tests passed 2 часов назад
changelog.txt 542569379e added example, fixed logic, OT_erase, updated makefile, tests passed 2 часов назад
dbg 497505f0ec first commit 3 часов назад
issues.txt 497505f0ec first commit 3 часов назад
readme.md 497505f0ec first commit 3 часов назад
run 497505f0ec first commit 3 часов назад
val 497505f0ec first commit 3 часов назад

readme.md

OrangeTree, A Linked List Manager

How to use?

  • Simple, the only thing you have to do in order to make a struct into an OrangeTree linked list is to put 2 members in the start of your struct
  • void* OT_next
  • void* OT_prev
  • Done!

Etymology

  • Orange trees have branches, linked lists are kind of like branches idk
  • it's getting harder and harder to come up with names for this stuff