char *ltoa( long value, char *string, int radix )



	- prototype in stdlib.h

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