wdvi

network DVI viewer
Log | Files | Refs

commit 640692cb46c4def29a5241e4e29d097ba1e2e7a0
parent 6c112fa8ba10722ecf353c99a6f2bd40c4e5242b
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 19 Aug 2021 18:11:38 +0000

assume malloc and realloc are defined

Diffstat:
Mutil.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/util.c b/util.c @@ -40,11 +40,6 @@ NOTE: # include <sys/stat.h> #endif -#if defined(macII) && !__STDC__ /* stdlib.h doesn't define these */ -extern void *malloc(); -extern void *realloc(); -#endif - #include <stdarg.h> #ifdef DOPRNT /* define this if vfprintf gives you trouble */