qasm/ciderpress/diskimg/libhfs
2019-11-16 20:48:25 -08:00
..
apple.h expression shifting 2019-11-13 15:45:39 -08:00
block.c expression shifting 2019-11-13 15:45:39 -08:00
block.h expression shifting 2019-11-13 15:45:39 -08:00
btree.c expression shifting 2019-11-13 15:45:39 -08:00
btree.h expression shifting 2019-11-13 15:45:39 -08:00
CMakeLists.txt DUP/IF/OPCODES/LST 2019-11-16 20:48:25 -08:00
config.h expression shifting 2019-11-13 15:45:39 -08:00
COPYRIGHT expression shifting 2019-11-13 15:45:39 -08:00
data.c expression shifting 2019-11-13 15:45:39 -08:00
data.h expression shifting 2019-11-13 15:45:39 -08:00
file.c expression shifting 2019-11-13 15:45:39 -08:00
file.h expression shifting 2019-11-13 15:45:39 -08:00
hfs.c expression shifting 2019-11-13 15:45:39 -08:00
hfs.h expression shifting 2019-11-13 15:45:39 -08:00
libhfs.h expression shifting 2019-11-13 15:45:39 -08:00
low.c expression shifting 2019-11-13 15:45:39 -08:00
low.h expression shifting 2019-11-13 15:45:39 -08:00
Makefile expression shifting 2019-11-13 15:45:39 -08:00
medium.c expression shifting 2019-11-13 15:45:39 -08:00
medium.h expression shifting 2019-11-13 15:45:39 -08:00
memcmp.c expression shifting 2019-11-13 15:45:39 -08:00
node.c expression shifting 2019-11-13 15:45:39 -08:00
node.h expression shifting 2019-11-13 15:45:39 -08:00
os.c expression shifting 2019-11-13 15:45:39 -08:00
os.h expression shifting 2019-11-13 15:45:39 -08:00
README expression shifting 2019-11-13 15:45:39 -08:00
record.c expression shifting 2019-11-13 15:45:39 -08:00
record.h expression shifting 2019-11-13 15:45:39 -08:00
version.c expression shifting 2019-11-13 15:45:39 -08:00
version.h expression shifting 2019-11-13 15:45:39 -08:00
volume.c expression shifting 2019-11-13 15:45:39 -08:00
volume.h expression shifting 2019-11-13 15:45:39 -08:00

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.