blob: 7744f6898d873666e55aa748a0535075ce02d45a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- hpgl.c.orig Thu Aug 3 03:31:56 2000
+++ hpgl.c Sun Aug 6 23:45:06 2000
@@ -13,9 +13,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();
|