mirror of https://github.com/0intro/conterm
add ERANGE
This commit is contained in:
parent
a033ac892e
commit
8f934bc2f7
|
@ -65,6 +65,10 @@ struct Tab
|
|||
char* cmp;
|
||||
};
|
||||
|
||||
#ifndef ERANGE
|
||||
#define ERANGE 12345
|
||||
#endif
|
||||
|
||||
double
|
||||
fmtstrtod(const char *as, char **aas)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue