Click to See Complete Forum and Search --> : string to long


preetham
November 27th, 2002, 02:40 PM
Does anybody know where i can get the source code for the strtoul() fiunction to convert a string into long.
Appreciate the help.
thanks,
Preetham.

PaulWendt
November 27th, 2002, 03:33 PM
Do a search on google for strtoul.c and take your pick.
Here's a link to one implementation:
http://tcl.apache.org/sources/tcl/compat/strtoul.c.html

--Paul