add ERANGE
This commit is contained in:
parent
a033ac892e
commit
8f934bc2f7
@ -65,6 +65,10 @@ struct Tab
|
|||||||
char* cmp;
|
char* cmp;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef ERANGE
|
||||||
|
#define ERANGE 12345
|
||||||
|
#endif
|
||||||
|
|
||||||
double
|
double
|
||||||
fmtstrtod(const char *as, char **aas)
|
fmtstrtod(const char *as, char **aas)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user