blob: da4b9c88257dd2e2d242de141f79cc1d19ac5a89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mult.c.orig Tue Jan 9 20:40:21 2001
+++ mult.c Tue Jan 9 20:40:28 2001
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
#include "mtrxmath.h"
MATRIX_PTR matrix_multiply( MATRIX_PTR first, MATRIX_PTR second)
|