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

1.1.2.1 ! misho       1: #include <stdio.h>
        !             2: #include <string.h>
        !             3: #include <elwix.h>
        !             4: 
        !             5: 
        !             6: int
        !             7: main(int argc, char **argv)
        !             8: {
        !             9:        return 0;
        !            10: }

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