/* MatLab 1.0 MAT-file Compatibility structure */

#ifdef THINK_C
#define MOPT 1010
#else
#define MOPT 1010
#endif

typedef struct {
  long int type;     /* type */
  long int mrows;    /* row dimension */
  long int ncols;    /* column dimension */
  long int imagf;    /* flag indicating imag part */
  long int namlen;   /* name length (including NULL) */
} MatMatrixHeader;

#define MAX_PROC_RECS 2000
