Does anybody know of any standard C++ functions to convert an int to a char*?

Something that would take the number 9876 to {'9','8','7','6'}?

I would rather not reinvent the wheel if there is something like this already.

Thanks,
Brian Budge