N
AME
copy_array
- copy an array
S
YNTAX
#include "array.h"
struct array *copy_array(struct svalue *
a
);
D
ESCRIPTION
This function returns a copy of the array 'a'. It is not recursive, arrays within 'a' will only get extra references.
K
EYWORDS
array