mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 05:20:28 +00:00
Add features needed by Janet language
See #97
See f838e36 (compiling-janet-on-cosmopolitan)
This commit is contained in:
parent
e3ee3c78e9
commit
2134ffe005
3 changed files with 30 additions and 0 deletions
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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue