1 /*-
2  * %sccs.include.proprietary.c%
3  *
4  *	@(#)xmail.h	8.1 (Berkeley) 06/06/93
5  */
6 
7 #include <stdio.h>
8 #include <mp.h>
9 extern MINT *x, *b, *one, *c64, *t45, *z, *q, *r, *two, *t15;
10 extern char buf[256];
11 #ifdef debug
12 #define nin(x, y) m_in(x, 8, y)
13 #define nout(x, y) m_out(x, 8, y)
14 #endif
15