Annotation of libaitio/example/dir.c, revision 1.2

1.2     ! misho       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>