#ifndef ARITH4DEFS_H #define ARITH4DEFS_H 1 LispPTR N_OP_times2(int tosm1, int tos); LispPTR N_OP_itimes2(int tosm1, int tos); LispPTR N_OP_quot(int tosm1, int tos); LispPTR N_OP_iquot(int tosm1, int tos); LispPTR N_OP_iremainder(int tosm1, int tos); #endif