File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / example / dir.c
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Sep 10 12:21:19 2010 UTC (13 years, 10 months ago) by misho
Branches: io1_3
added new file

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


int main()
{
	printf("ioMkDir->%d\n", ioMkDir("aa/bb/cc/dd", 0755));

	return 0;
}

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