summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-02-17 01:49:25 +0100
committerOlivier Gayot <duskcoder@gmail.com>2014-02-17 01:49:25 +0100
commit45376fd12154eac48069a5c19c4e3b268f27f98a (patch)
tree6ea705652379ec382f2ca18198f842d58a4225e7 /README
parent10feec2708dadeb3adfe81844b1766691b9d058a (diff)
add the function list_insert.HEADmaster
the function inserts a new element at the position specified in its third argument. example: list_clear(&list); list_insert(&list, 2, 0); list_insert(&list, 1, 0); list_insert(&list, 3, 2); list_insert(&list, 0, 0); the list will contain [0, 1, 2, 3]
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions