Re: Long long int's and sprintf

From: Peter Ajamian (peter@pajamian.dhs.org)
Date: 06/16/01


"Daniel A. Koepke" wrote:
>
> strtoul() works for unsigned long int, not unsigned long long int.  Thus,
> strtoul() probably won't work.

C99 has strtoull() and probably most earlier implementations with an
unsigned long long type do also.  That would work.

Regards, Peter

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/05/01 PST