mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-09 02:17:11 +02:00
Partial implementation of the JSON module.
This commit is contained in:
15
modules/json/Library.c
Normal file
15
modules/json/Library.c
Normal file
@ -0,0 +1,15 @@
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Include the entire library into a single C source so it can be compiled at the same time.
|
||||
*/
|
||||
|
||||
#include "dump.c"
|
||||
#include "error.c"
|
||||
#include "hashtable.c"
|
||||
#include "hashtable_seed.c"
|
||||
#include "load.c"
|
||||
#include "memory.c"
|
||||
#include "pack_unpack.c"
|
||||
#include "strbuffer.c"
|
||||
#include "strconv.c"
|
||||
#include "utf.c"
|
||||
#include "value.c"
|
Reference in New Issue
Block a user