T
Tom Zych
Using a function call of any sort where a simple array insert takes care
of the problem seems somewhat overdone.
The array insert wouldn't be so simple. You have to use strlen to
find the right place. Then you have to copy c. Then you have to
terminate line again. This one call does all that.