We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Increment

We need to be able to increment the reference count of a SnekObject any time a new reference to it is created.

Assignment

Complete the refcount_inc function. It should increment the refcount of a SnekObject. If the object is NULL, it should do nothing (but safely).