Mark Junker wrote:
Hi,
is s/o interested in a working implementation of strtoull? I submitted a patch 4 or 5 months ago but it wasn't added yet so I retry my submission.
Regards, Mark
Sorry, I must have missed it that time. I commited a big different version that uses existing CRT types and constants (ULONGLONG -> uint64_t, ULONGLONG_MAX -> UINT64_MAX) now. Thanks!
Best regards, Filip