1
edit
Changes
no edit summary
** better restricted the left-bound limit.
** added a line for modifying the string.
* 24/09 9:30am (Tuesday),two compiler warnings: NULL used in arithmetic [-Wpointer-arith]
** FIXED ON 24/09 BY PAVLO.
** changed if (...==NULL) to if(...) / else.