/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* private inclusion file */ #include #include #include /* include the EM description files */ #include #include #include #include /* macros used in the definitions of the interface functions C_* */ #define OP(x) put_op(x) #define CST(x) put_cst(x) #define DCST(x) put_cst(x) #define SCON(x,y) put_scon((x), (y)) #define PS(x) put_ps(x) #define DLB(x) put_dlb(x) #define DFDLB(x) put_dlb(x) #define ILB(x) put_ilb(x) #define DFILB(x) put_ilb(x) #define NOFF(x,y) put_noff((x), (y)) #define DOFF(x,y) put_doff((x), (y)) #define PNAM(x) put_pnam(x) #define DNAM(x) put_dnam(x) #define DFDNAM(x) put_dnam(x) #define CEND() put_cend() #define CCEND() put_cend() #define WCON(x,y,z) put_wcon((x), (y), (z)) #define COMMA() #define NL() #define CILB(x) CST(x) #define put_cend() putbyte(sp_cend) #define put_op(x) putbyte(x) #define put_ps(x) putbyte(x)