source:
CIVL/mods/dev.civl.com/include/impls/seq.cvl@
bc0fbae
| Last change on this file since bc0fbae was b4b3b0d, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 171 bytes | |
| Rev | Line | |
|---|---|---|
| [2a1c27f] | 1 | #include <seq.cvh> |
| 2 | ||
| [d86bdc8] | 3 | $atomic_f void $seq_append(void *array, void *values, int count){ |
| [2a1c27f] | 4 | int length = $seq_length(array); |
| 5 | ||
| 6 | $seq_insert(array, length, values, count); | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
