void ATOMIC_INT_SUB(atomic_int_t *counter, int value);
Description
ATOMIC_INT_SUB( )
subtracts value from the integer value
stored within the
ATOMIC_INT(D4)
object pointed to by counter.
The result of the subtraction is stored
back into the object referenced by counter.
Arguments
counter
Points to an ATOMIC_INT object
to be modified by the subtraction.
value
The value to subtract from the contents of counter.