mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
10 lines
270 B
C
10 lines
270 B
C
--- 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)
|