[opensource] uint64_t Question
Paul Betts
bettsp at cse.ohio-state.edu
Mon May 21 08:42:56 EDT 2007
Alexander Moore wrote:
> Does anybody know if there is an 'atoi' for uint64_t ? I know there is
> a strtol which will convert a string to a long int (32 bits), but is
> there a function that will convert a string to a long long int
> (uint64_t, 64 bits) ?
There isn't, I had to write it myself last summer; it's not too hard
though, you could probably find it on Google Code Search too.
--
Paul Betts <bettsp at cse.ohio-state.edu>
More information about the Opensource
mailing list