Important: The information in this document is obsolete and should not be used for new development.
WideNegate
You can use theWideNegate
function to change awide
number to its negative.
wide *WideNegate(wide *target);
target
- A pointer to the number to be negated. On return, contains the negated number.
- function result
- A pointer to the target number.