Talk:Increment a numerical string: Difference between revisions

Content added Content deleted
(C int2str)
 
m (→‎C int2str: Typo.)
Line 1: Line 1:
== C int2str ==
== C int2str ==


I removed <tt>int2str</tt> in a [http://rosettacode.org/mw/index.php?title=Increment_a_numerical_string&diff=83245&oldid=81783 a recent revision] because of "various bugs". For the record the issues I noticed are:
I removed <tt>int2str</tt> in [http://rosettacode.org/mw/index.php?title=Increment_a_numerical_string&diff=83245&oldid=81783 a recent revision] because of "various bugs". For the record the issues I noticed are:


# The integer input has to be greater than 0, otherwise the output is bogus.
# The integer input has to be greater than 0, otherwise the output is bogus.