diff options
Diffstat (limited to 'matrix.h')
| -rw-r--r-- | matrix.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ #ifndef MATRIX_H #define MATRIX_H +#include <stdio.h> +#include <stdlib.h> +#include <stdbool.h> + typedef struct matrix{ int rows; |
