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 | |
| Line | |
|---|---|
| 1 | #include <seq.cvh> |
| 2 | |
| 3 | $atomic_f void $seq_append(void *array, void *values, int count){ |
| 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.
