Subject: [ruby-talk:6461] Is there a FITS_IN_UINT(v)?
From: Robert Feldt <feldt ce.chalmers.se>
Date: Mon, 20 Nov 2000 23:12:32 +0900
Hi,
Since Ruby frequently has the stuff you tend to need I'd like to know if
there is a simple way (when writing C extension) to check if an Integer
will fit into an unsigned int? Or will I have to rb_rescue a call to
NUM2UINT?
Regards,
/Robert