Well since the only format you seem interested in is %d, check to see if you have something like itoa()
Though it's easy enough to roll your own if you haven't.

That, with strcat for whatever constant suffix you append, is all you need to replace all your existing sprintf calls.