mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
14 lines
354 B
Text
14 lines
354 B
Text
--- hpgl.c.orig Thu Jul 17 03:40:40 1997
|
|
+++ hpgl.c Fri Dec 10 03:07:38 1999
|
|
@@ -11,10 +11,8 @@
|
|
#include "xgout.h"
|
|
#include "plotter.h"
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
|
|
-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
|
|
-char *malloc();
|
|
|
|
static void hpglText();
|
|
static void hpglSeg();
|