}
/*
- * If a - b overflows, return true, otherwise store the result of a + b into
+ * If a - b overflows, return true, otherwise store the result of a - b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/
}
/*
- * If a * b overflows, return true, otherwise store the result of a + b into
+ * If a * b overflows, return true, otherwise store the result of a * b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/
}
/*
- * If a - b overflows, return true, otherwise store the result of a + b into
+ * If a - b overflows, return true, otherwise store the result of a - b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/
}
/*
- * If a * b overflows, return true, otherwise store the result of a + b into
+ * If a * b overflows, return true, otherwise store the result of a * b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/
}
/*
- * If a - b overflows, return true, otherwise store the result of a + b into
+ * If a - b overflows, return true, otherwise store the result of a - b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/
}
/*
- * If a * b overflows, return true, otherwise store the result of a + b into
+ * If a * b overflows, return true, otherwise store the result of a * b into
* *result. The content of *result is implementation defined in case of
* overflow.
*/