1252:/lib/library.c (/lib/library.c)
(public int) return_access(object ob)
/*
 * Function name: return_access
 * Description:   Check to see if the given object is a book that can be
 *                returned to this library.
 * Arguments:     object ob - The object to check
 * Returns:       1 - the object can be returned to this library
 *                0 - the object cannot be returned to this library
 */
