Next: SDDS_Logic
Up: Manual Pages
Previous: SDDS_InitializeOutput
Contents
SDDS_LengthenTable
- name:
SDDS_LengthenTable
- description:
Increasing the number of allocated rows.
- synopsis: #include "SDDS.h"
long SDDS_LengthenTable(SDDS_TABLE *SDDS_table, long n_additional_rows);
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- n_additional_rows: Number of additional rows.
- return value:
Returns 1 on success. On failure, returns 0 and records an error message.
- see also:
Robert Soliday
2006-06-29