char *itoa( int value, char *string, int radix )



	- prototype in stdlib.h

	- converts value to string where radix specifies base (2-36)