rb_ll2inum 242 include/ruby/ruby.h VALUE rb_ll2inum(LONG_LONG); rb_ll2inum 243 include/ruby/ruby.h #define LL2NUM(v) rb_ll2inum(v)