mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Audit every single JSON test
This commit is contained in:
parent
7965ed0232
commit
3f3e7e92d7
17 changed files with 473 additions and 285 deletions
1
third_party/double-conversion/wrapper.h
vendored
1
third_party/double-conversion/wrapper.h
vendored
|
@ -4,6 +4,7 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
char *DoubleToLua(char[128], double);
|
||||
char *DoubleToJson(char[128], double);
|
||||
char *DoubleToEcmascript(char[128], double);
|
||||
double StringToDouble(const char *, size_t, int *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue