Next: SDDS_CopyColumns
Up: Manual Pages
Previous: SDDS_ConvertToDouble
Contents
SDDS_CopyArrays
- name:
SDDS_CopyArrays
- description:
Copies array values from one structure into another.
- synopsis: #include "SDDS.h"
long SDDS_CopyArrays(SDDS_TABLE *SDDS_target, SDDS_TABLE *SDDS_source)
- arguments:
- SDDS_target: Address of SDDS_TABLE structure into which to copy data.
- SDDS_source: Address of SDDS_TABLE structure from which to copy data.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29