Function Macro
GLibsize_checked_mul
Description
Performs a checked multiplication of a
and b
, storing the result in
dest
.
If the operation is successful, TRUE
is returned. If the operation
overflows then the state of dest
is undefined and FALSE
is returned.
Available since: | 2.48 |
This function is not directly available to language bindings |