| # | Line 38 | Line 38 | extern CMATRIX *cm_resize(CMATRIX *cm, int nrows); | |
|---|---|---|
| 38 | #define cm_free(cm) free(cm) | |
| 39 | ||
| 40 | /* Load header to obtain data type */ | |
| 41 | < | int getDTfromHeader(FILE *fp); |
| 41 | > | extern int getDTfromHeader(FILE *fp); |
| 42 | ||
| 43 | /* Allocate and load a matrix from the given file (or stdin if NULL) */ | |
| 44 | extern CMATRIX *cm_load(const char *fname, int nrows, int ncols, int dtype); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |