arithmetic.c | 90 static void penalise(int, int, int); 254 /* Wrong answer; penalise and ask again. */ 257 penalise(right, op, 1); 259 penalise(left, op, 0); 261 penalise(result, op, 0); 304 penalise(int value, int op, int operand) function in typeref:typename:void
|