00001 /* written by gps 12/17/95 */ 00002 00003 typedef struct _maxzeroVars { 00004 pp input; 00005 pp output; 00006 } maxzeroVars; 00007 00008 extern void maxzero(maxzeroVars *a); 00009 00010