Frank Schroeder MHF-sl wrote:
I have tried to convert an unsigned long int to ascii using the function
char *  ultoa (unsigned long int __val, char *__s, int __radix) of
stdlib.h.
This function converts only the lower two bytes of the unsigned long,
like it were a normal unsigned.

yep, that is what is implemented ;-) i'll fix that bug tomorrow

chris

Reply via email to