3 /************************************************************************
5 * Code is modified from the code for Gnuplot by Zou Maorong
8 * G N U P L O T -- plot.h
9 * Copyright (C) 1986, 1987 Thomas Williams, Colin Kelley
10 * You may use this code as you wish if credit is given and this message
13 /****************************************************************************/
17 #define memcpy(d,s,l) bcopy(s,d,l)
18 #define top_of_stack stack[s_p]
22 typedef int (*FUNC_PTR
)();
25 #define is_jump(operator) ((operator) >=(int)JUMP && (operator) <(int)SF_START)
29 INT
, CMPLX
, REAL
, UNDEFINED
43 struct cmplx cmplx_val
;
48 /****************************************************************************/