added stdlib.h for malloc

This commit is contained in:
Krishna Vedala 2020-05-25 18:27:41 -04:00
parent 0044830bbc
commit 0a85cd0176
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -10,6 +10,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
/**
* function to display matrix on stdout