ciderpress/diskimg/libhfs
2008-12-16 02:55:16 +00:00
..
.cvsignore Ignore intermediate build artifacts 2008-12-16 02:55:16 +00:00
apple.h
block.c
block.h
btree.c
btree.h
config.h
COPYRIGHT
data.c
data.h
file.c
file.h
hfs.c
hfs.h
libhfs.dsp
libhfs.h
libhfs.vcproj
low.c
low.h
Makefile
medium.c
medium.h
memcmp.c
node.c
node.h
os.c
os.h
README
record.c
record.h
version.c
version.h
volume.c
volume.h

HFS utility library, part of hfsutils v3.2.6 by Robert Leslie.

Adapted for use with CiderPress by Andy McFadden.  The os_* functions
have been replaced with a callback mechanism, and code that uses global
variables has been (mostly) removed.