File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / test_exec.c
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 5 12:45:53 2013 UTC (10 years, 7 months ago) by misho
Branches: io6_7
add UT

    1: #include <stdio.h>
    2: #include <aitio.h>
    3: 
    4: 
    5: int
    6: main(int argc, char **argv)
    7: {
    8: 	if (argc < 2)
    9: 		return 1;
   10: 
   11: 	return 0;
   12: }

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