1 /*	xmail.h	4.1	83/03/30	*/
2 
3 #include <stdio.h>
4 #include <mp.h>
5 extern MINT *x, *b, *one, *c64, *t45, *z, *q, *r, *two, *t15;
6 extern char buf[256];
7 #ifdef debug
8 #define nin(x, y) m_in(x, 8, y)
9 #define nout(x, y) m_out(x, 8, y)
10 #endif
11