test_json.c
Go to the documentation of this file.
00001 #include "../csm/csm.h"
00002 
00003 int main() {
00004         
00005         LDP ld = ld_alloc_new(50);
00006         JO jo = ld_to_json(ld);
00007         
00008         printf("%s", json_object_to_json_string(jo));
00009         
00010         return 0;
00011 }


csm
Author(s): Andrea Censi
autogenerated on Fri May 17 2019 02:28:33