ReactOS 0.4.16-dev-292-gbbdcc14
|
#include <schily/mconfig.h>
#include <schily/stdlib.h>
#include <schily/standard.h>
#include <schily/string.h>
#include <schily/schily.h>
#include <schily/math.h>
#include <schily/nlsdefs.h>
#include <schily/float.h>
#include "cvt.c"
Go to the source code of this file.
Macros | |
#define | isnan(val) (0) |
#define | NO_ISNAN |
#define | isinf(val) (0) |
#define | NO_ISINF |
#define | MDOUBLE double |
#define | abs(i) ((i) < 0 ? -(i) : (i)) |
Functions | |
char *ecvt | __PR ((double, int, int *, int *)) |
static int _ferr | __PR ((char *, double)) |
EXPORT int | ftoes (register char *s, MDOUBLE val, register int fieldwidth, register int ndigits) |
EXPORT int | ftofs (register char *s, MDOUBLE val, register int fieldwidth, register int ndigits) |
LOCAL int | _ferr (char *s, double val) |
Variables | |
static char | _js_nan [] = "(NaN)" |
static char | _js_inf [] = "(Infinity)" |
Definition at line 209 of file fconv.c.
Referenced by for().
Definition at line 290 of file fconv.c.
Referenced by for().