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