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 (11 years, 4 months ago) by misho
Branches: io6_7
add UT

#include <stdio.h>
#include <aitio.h>


int
main(int argc, char **argv)
{
	if (argc < 2)
		return 1;

	return 0;
}

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