diff options
| author | Soikk | 2022-09-05 14:27:12 +0200 |
|---|---|---|
| committer | Soikk | 2022-09-05 14:27:12 +0200 |
| commit | b255de9ef8e7646db21259669dd2af9a8008013e (patch) | |
| tree | 37179c423d840ed1e9aeac34d319776593166758 /matrix.h | |
| parent | 2f4c6baeac8a3811c446009f6a348e9743288216 (diff) | |
| download | soikk-matrix-b255de9ef8e7646db21259669dd2af9a8008013e.tar.xz soikk-matrix-b255de9ef8e7646db21259669dd2af9a8008013e.tar.zst | |
Diffstat (limited to 'matrix.h')
| -rw-r--r-- | matrix.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ matrix *newMatrix(int rows, int cols); void freeMatrix(matrix **m); +void saveMatrix(matrix *m, FILE *fp); + +matrix *loadMatrix(FILE *fp); + void copyMatrix(matrix *dest, matrix *src); matrix *cloneMatrix(matrix *m); |
