File:  [ELWIX - Embedded LightWeight unIX -] / libelwix / example / test_pack.c
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Jun 28 13:05:49 2013 UTC (10 years, 11 months ago) by misho
Branches: elwix1_9
add new ut + add some headers

    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>