Definition : IS_TORCH_OBJECT(obj)

Defined in : #include <files.h>

Description: Test whether this object is a torch, i.e. it inherits
             /std/torch.c

Arguments  : object obj - the object to test.

Returns    : int 1/0 - if true, then the object is of the requested type.
