.\"determine if an object inherits a given file
.DT
inherits
$MUDNAME$ driver help
inherits

.SH Name
.SI 5
inherits() - determine if an object inherits a given file
.EI

.SH Synopsis
.SI 5
int inherits( string file, object obj );
.EI

.SH Description
.SP 5 5
inherits() returns 0 if `obj' does not inherit `file', 1 if it inherits the
most recent copy of `file', and 2 if it inherits an old copy of `file'.
.EP

.SH See also
.SI 5
deep_inherit_list(), shallow_inherit_list()
.EI
