Annotation of libelwix/example/test_valid.c, revision 1.1.2.1

1.1.2.1 ! misho       1: #include <stdio.h>
        !             2: #include <elwix.h>
        !             3: 
        !             4: 
        !             5: int
        !             6: main(int argc, char **argv)
        !             7: {
        !             8:        if (argc < 2)
        !             9:                return 1;
        !            10: 
        !            11:        printf("validate=%d\n", json_validate(argv[1]));
        !            12:        return 0;
        !            13: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>