12 Commits

Author SHA1 Message Date
0e246be627
created why2_list_push_at fn in llist
pushes to specific position
2024-11-21 16:49:27 +01:00
c4ddb6888a
declared why2_list_get_size fn 2024-04-27 12:18:07 +02:00
c31ea476a6
added c++ support to headers 2024-01-23 18:27:24 +01:00
c85f0d9669
added node value allocation by passed size 2023-04-14 15:30:50 +02:00
189d438a18
created WHY2_LIST_EMPTY macro 2023-04-13 16:44:54 +02:00
ff2ec4078d
implemented why2_list_t in all llist-related functions' declarations 2023-04-13 16:34:52 +02:00
4234bab428
split why2-llist stuff into nodes and list
idk how to describe it
2023-04-13 16:20:02 +02:00
8b328b3e34
created why2_list_t typedef 2023-04-13 16:09:39 +02:00
b4cccf6d45
added list into every llist-related identificator 2023-04-13 16:06:40 +02:00
acee29c374
declared why2_remove_back function
removes last element

so this is 1000th commit! Woah... i gone nuts

idk...

860917976483233792
2023-04-12 17:02:34 +02:00
3eaba0e0c4
moved llist_head into 1st parameter 2023-04-12 16:52:43 +02:00
10632e0070
created llist files
it contains basic llist function, stolen from memory.c
2023-04-12 16:50:00 +02:00