mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-07 09:14:10 +03:00
added stdlib.h for malloc
This commit is contained in:
parent
0044830bbc
commit
0a85cd0176
@ -10,6 +10,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/**
|
||||
* function to display matrix on stdout
|
||||
|
Loading…
x
Reference in New Issue
Block a user