On Mon, Sep 30, 2002 at 07:12:30PM -0600, Marc Aurele La France wrote:

>I must admit to being rather surprised that *BSD doesn't have strtoull()
>yet (but allows long long).  I was really hoping to avoid ugly #if's in
>this code.  Oh well, such is life.  This'll be fixed shortly.

Some do.  This from FreeBSD 4.4's strtoul(3)/strtoull(3)/strtouq(3) man page:

NAME
     strtoul, strtoull, strtouq - convert a string to an unsigned long,
     unsigned long long, or uquad_t integer

 ...

STANDARDS
     The strtoul() function conforms to ISO/IEC 9899:1990 (``ISO C89'').  The
     strtoull() function conforms to ISO/IEC 9899:1999 (``ISO C99'').  The BSD
     strtoq() function is deprecated.

David
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to