mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Further improve json / lua serialization
This commit is contained in:
parent
9e86980191
commit
ee82cee432
10 changed files with 248 additions and 155 deletions
1
third_party/double-conversion/wrapper.h
vendored
1
third_party/double-conversion/wrapper.h
vendored
|
@ -3,6 +3,7 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
char *DoubleToLua(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