Add features needed by Janet language
See #97 See https://github.com/ahgamut/janet/tree/f838e36#compiling-janet-on-cosmopolitan
This commit is contained in:
1
third_party/gdtoa/gdtoa.h
vendored
1
third_party/gdtoa/gdtoa.h
vendored
@@ -45,6 +45,7 @@ char *gdtoa(const FPI *fpi, int be, unsigned *bits, int *kindp, int mode,
|
||||
int ndigits, int *decpt, char **rve);
|
||||
void freedtoa(char *);
|
||||
|
||||
double atof(const char *);
|
||||
float strtof(const char *, char **);
|
||||
double strtod(const char *, char **);
|
||||
int strtodg(const char *, char **, const FPI *, int *, unsigned *);
|
||||
|
||||
Reference in New Issue
Block a user