check-ptr ( c-ptr -- c-ptr )


Vocabulary
libc

Inputs
c-ptran alien address, byte array, or f


Outputs
c-ptran alien address, byte array, or f


Word description
Throws an error if the input is f. Otherwise the object remains on the data stack.

Definition