1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

add cJSON.c and cJSON.h

This commit is contained in:
Alexander Medvednikov
2019-06-23 11:21:33 +02:00
parent 6a28cbdd6e
commit 10ec2c9f09
4 changed files with 2975 additions and 6 deletions

View File

@ -5,8 +5,8 @@
module json
// TODO: windows support
#flag linux -I$HOME/code/v/thirdpaty/cJSON
#flag darwin -I$HOME/code/v/thirdpaty/cJSON
#flag linux -I$HOME/code/v/thirdparty/cJSON
#flag darwin -I$HOME/code/v/thirdparty/cJSON
// #include "cJSON.c"
#include "cJSON.h"