|
8141a18cab
|
uncrustify source code
|
2014-04-19 18:23:49 +02:00 |
|
|
c810a1889c
|
use int main(void) for main, so clang won't complain about unused argc/argv
|
2013-12-10 17:48:47 +01:00 |
|
|
89978e5097
|
use signed int to make pedantic gcc happy
|
2013-12-08 22:55:49 +01:00 |
|
|
b8f997bffb
|
properly free memory
|
2013-07-05 08:05:52 +02:00 |
|
|
ff5ec6af02
|
properly initialize new list items
|
2013-07-03 09:31:50 +02:00 |
|
|
7e828ad441
|
revert a list
|
2013-07-02 22:31:39 +02:00 |
|
|
469f5a7da3
|
make the list a type itself
|
2013-07-02 18:19:50 +02:00 |
|
|
7f85731e5e
|
make the list a type itself
|
2013-07-02 18:19:15 +02:00 |
|
|
91611b08ec
|
fix linked-list + indent
|
2013-05-11 13:10:47 +02:00 |
|
|
e525a5e557
|
list_remove
|
2013-05-10 17:02:28 +02:00 |
|
|
69ae9eea47
|
list_empty/list_add
|
2013-05-10 16:45:47 +02:00 |
|
|
f6ef53c59e
|
add trivial linked list example
|
2013-05-10 14:32:21 +02:00 |
|