"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