mirror of
https://github.com/fadden/ciderpress.git
synced 2024-10-13 07:23:48 +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.h | ||
libhfs.vcxproj | ||
libhfs.vcxproj.filters | ||
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.