36 int dtoa_prf (
double val,
char *s,
unsigned char width,
unsigned char prec,
38 int dtoa_lim (
double val,
char *s,
unsigned char width,
unsigned char prec,
40 int dtoa_cln (
double val,
char *s,
unsigned char ndigs,
unsigned char flags);
42 void d2stream (
double val,
FILE *stream,
43 unsigned char width,
unsigned char prec,
unsigned char flags);
45 #define DTOA_SPACE 0x01
46 #define DTOA_PLUS 0x02
47 #define DTOA_UPPER 0x04
48 #define DTOA_ZFILL 0x08
49 #define DTOA_LEFT 0x10
50 #define DTOA_NOFILL 0x20
54 #define DTOA_EWIDTH (-1)
55 #define DTOA_NONFINITE (-2)
#define FILE
Definition: stdio.h:275
Automatically generated by Doxygen 1.8.7 on Tue Jul 8 2014. Dash Docset conversion by Matt Kane