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