![]() |
|
The deccopy() function copies one decimal structure to another.
The deccopy() function does not return a status value. To determine the success of the copy operation, look at the contents of the decimal structure to which the target argument points.
The file deccopy.ec in the demo directory contains the following sample program.