| cvs.gedasymbols.org/djgpp/doc/libc/libc_286.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <stdlib.h> char * ecvt (double value, int ndigits, int *decpt, int *sign)  | 
This function converts the value into a null-terminated string, and returns a pointer to that string.
ecvt works exactly like ecvtbuf (see section ecvtbuf), except
that it generates the string in an internal static buffer which is
overwritten on each call.
A pointer to the generated string.
| ANSI/ISO C | No | 
| POSIX | No | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |