...
This function increments the value pointed to by its argument. It also ensures that its argument is not a null pointer. But the pointer can could still be invalid, causing the function to corrupt memory or terminate abnormally.
...
...
This function increments the value pointed to by its argument. It also ensures that its argument is not a null pointer. But the pointer can could still be invalid, causing the function to corrupt memory or terminate abnormally.
...