// Error Handling // SDIF File Structure typedef enum SdifFileModeE SdifFileModeET ; typedef int (*SdifMatrixCallbackT) (SdifFileT *file, int nummatrix, void *userdata); typedef struct SdifSelectElementIntT;; typedef union SdifSelectValueS SdifSelectValueT; typedef struct SdifSelectElementS SdifSelectElementT, *SdifSelectElementP; typedef struct SdifSelectionT; // Stream ID Table and Entries for 1IDS ASCII chunk typedef struct SdifStreamIDS SdifStreamIDT; typedef struct SdifStreamIDTableS SdifStreamIDTableT;