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, 9 months ago) by misho
Branches: io1_3
added new file

    1: #include <stdio.h>
    2: #include <aitio.h>
    3: 
    4: 
    5: int main()
    6: {
    7: 	printf("ioMkDir->%d\n", ioMkDir("aa/bb/cc/dd", 0755));
    8: 
    9: 	return 0;
   10: }

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