diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-02-17 01:49:25 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-02-17 01:49:25 +0100 |
commit | 45376fd12154eac48069a5c19c4e3b268f27f98a (patch) | |
tree | 6ea705652379ec382f2ca18198f842d58a4225e7 /list.s | |
parent | 10feec2708dadeb3adfe81844b1766691b9d058a (diff) |
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 'list.s')
0 files changed, 0 insertions, 0 deletions