Blob


1 /*
2 * Adapt the ideas of printd to write a recursive version of itoa ; that is,
3 * convert an integer into a string by calling a recursive routine.
4 */