N
AME
assign_svalue
- copy svalues from one place to another
S
YNTAX
#include <svalue.h>
void assign_svalue(struct svale *
to
, struct svalue *
from
);
D
ESCRIPTION
This function copies an svalue from one struct svalue to another. It frees the contents of 'to' first and updates the involved refcounts.
K
EYWORDS
svalue
S
EE
A
LSO
free_svalue