Return to
dir.c
CVS log
Up to
[ELWIX - Embedded LightWeight unIX -]
/
libaitio
/
example
Diff for /libaitio/example/dir.c between versions 1.1 and 1.1.2.1
version 1.1
, 2010/09/10 12:21:19
version 1.1.2.1
, 2010/09/10 12:21:19
Line 0
Line 1
#include <stdio.h>
#include <aitio.h>
int main()
{
printf("ioMkDir->%d\n", ioMkDir("aa/bb/cc/dd", 0755));
return 0;
}
Diff format:
Colored
Long colored
Unified
Context
Side by side
Unified, colored
Context, colored
Side by side, colored
Removed from v.1.1
changed lines
Added in v.1.1.2.1
FreeBSD-CVSweb <
freebsd-cvsweb@FreeBSD.org
>