]> mj.ucw.cz Git - libucw.git/blob - ucw-json/json-test.c
JSON: Skeleton, memory representation, parser
[libucw.git] / ucw-json / json-test.c
1 /*
2  *      UCW JSON Library -- Tests
3  *
4  *      (c) 2015 Martin Mares <mj@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #include <ucw/lib.h>
11 #include <ucw-json/json.h>
12 #include <ucw/fastbuf.h>
13
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include <fcntl.h>
17
18 int
19 main(int argc, char **argv)
20 {
21   return 0;
22 }