mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
main.h (96B)
   1 #ifndef _MAIN_H
   2 #define _MAIN_H
   3 
   4 #define N 10
   5 #define M 10
   6 
   7 #include <stdio.h>
   8 
   9 #endif