148336Sbostic /*- 248336Sbostic * %sccs.include.proprietary.c% 348336Sbostic * 4*62462Sbostic * @(#)xmail.h 8.1 (Berkeley) 06/06/93 548336Sbostic */ 611783Ssam 711783Ssam #include <stdio.h> 811783Ssam #include <mp.h> 911783Ssam extern MINT *x, *b, *one, *c64, *t45, *z, *q, *r, *two, *t15; 1011783Ssam extern char buf[256]; 1111783Ssam #ifdef debug 1211783Ssam #define nin(x, y) m_in(x, 8, y) 1311783Ssam #define nout(x, y) m_out(x, 8, y) 1411783Ssam #endif 15