perl.xs...Re: Working with unsigned long long by William S Fulton- October 28, 2007 Torsten Schoenfeld wrote:> On Wed, 2007-10-24 at 21:49 +0100, William S Fulton wrote:>> >> Any portable solutions for extracting the unsigned long long number>> >> The best effort I can provide is what&39;s in Glib. They do what Sisyphus> suggests: represent big numbers as strings if necessary.>> ifdef _MSC_VER> include <stdlib.h>> endif>> ifdef WIN32> ifdef _MSC_VER> define PORTABLE_STRTOULL(str, end, base) _strtoui64 (str,.http://www.nntp.perl.org/group/perl.xs/2007/10/msg2431.html |