typedef struct {
char *name, *symbol, *units, *description, *format\_string;
long type, field\_length, dimensions;
/* internal data may follow, and should not be accessed by users */
} ARRAY\_DEFINITION;
arguments:
SDDS_table: Address of the SDDS_TABLE structure for the data set.
name: A NULL-terminated character string giving the name of the array for which the definition is desired.
return value:
On success, returns the address of the internally-stored structure containing the definition of the array. On failure, returns NULL and records an error message.