synopsis: #include ”SDDS.h”
ARRAY_DEFINITION *SDDS_GetArrayDefinition(SDDS_TABLE *SDDS_table, char
*name)
typedef struct {
char *name, *symbol, *units, *description, *format_string;
int32_t type, field_length, dimensions;
/* internal data may follow, and should not be accessed by users */
} ARRAY\_DEFINITION;