filename=ruby.h
macro=true
private=false
type=int
name=FIX2INT
params=(VALUE x)


Fixnum を int に変換します。
返り値が int の範囲から外れる場合は RangeError が発生します。

