void pcopy_all_elems_struct(
Pint struct_id /* structure identifier */
)
COPY ALL ELEMENTS FROM STRUCTURE copies the elements from the structure struct_id to the open structure.
The struct_id elements are copied after the element indicated by element pointer. Element pointer is then updated to point to the last element inserted.
If structure struct_id is empty or does not exist, no action is taken.
open structure, change structure identifier, change structure reference, change structure identifier and references