Initial support for low level ECMA-119 tree.
This only adds the tree creation functions, no sorting and name mangling yet. Only plain ECMA-119 supported for now, nor RR, relaxed restrictions, etc.. This also adds a little test program.
This commit is contained in:
@ -59,6 +59,7 @@ print_file_src(IsoFileSource *file)
|
||||
file->lstat(file, &info);
|
||||
print_type(info.st_mode);
|
||||
print_permissions(info.st_mode);
|
||||
printf(" {%ld,%ld} ", (long)info.st_dev, (long)info.st_ino);
|
||||
name = file->get_name(file);
|
||||
printf(" %s", name);
|
||||
free(name);
|
||||
|
Reference in New Issue
Block a user