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.
Printable View
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.
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