| # | Line 42 | Line 42 | extern CMATRIX *cm_resize(CMATRIX *cm, int nrows); | |
|---|---|---|
| 42 | #define cm_free(cm) free(cm) | |
| 43 | ||
| 44 | /* Load header to obtain/check data type and matrix dimensions */ | |
| 45 | < | extern char *cm_getheader(int *dt, int *nr, int *nc, FILE *fp); |
| 45 | > | extern char *cm_getheader(int *dt, int *nr, int *nc, int *swp, FILE *fp); |
| 46 | ||
| 47 | /* Allocate and load a matrix from the given input (or stdin if NULL) */ | |
| 48 | extern CMATRIX *cm_load(const char *inspec, int nrows, int ncols, int dtype); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |