/*
 *  call-seq:
 *     dtable.clear  -> dtable
 *  
 *  Sets the entries of _dtable_ array to zero.
 */ VALUE dtable_clear(VALUE ary, VALUE val) {