Mail Archives: djgpp/2000/08/30/12:47:54
On Wed, 30 Aug 2000, Chris Amos wrote:
> I have looked though my c books but i think there is no ansi standard
> way of doing that and thats why i couldnt find anything. I looked in
> the rhide index of help and all i could find was the
>
> char * ecvt (double value, int ndigits, int *decpt, int *sign)
>
> command. Its not standats ansi, and there wasnt even an example given.
> So i have no idea what to do.
Do you use DJGPP v2.03? If not, upgrade. If you do have DJGPP v2.03,
type "info libc alpha ecvt" and read there. It has a link to a sibling
function called `ecvtbuf', where you will find detailed description and
an example.
- Raw text -