Name Date Size #Lines LOC

..--

MakefileH A D09-Jul-20242.3 KiB7637

READMEH A D09-Jul-20241 KiB3019

block.cH A D09-Jul-20244.8 KiB206133

block.hH A D09-Jul-20241 KiB254

btree.cH A D09-Jul-202413.9 KiB720485

btree.hH A D09-Jul-20241.2 KiB3510

data.cH A D09-Jul-20246.8 KiB320179

data.hH A D09-Jul-20241.4 KiB4217

file.cH A D09-Jul-20249 KiB457320

file.hH A D09-Jul-20241.3 KiB3713

hfs.cH A D09-Jul-202441.7 KiB2,0761,390

hfs.hH A D09-Jul-20244.5 KiB154111

hybrid.hH A D09-Jul-20241.3 KiB4024

internal.hH A D09-Jul-202412 KiB356284

low.cH A D09-Jul-202411.8 KiB516364

low.hH A D09-Jul-20243.9 KiB9962

lvolume.cH A D09-Jul-202413.3 KiB726484

node.cH A D09-Jul-20248.9 KiB460271

node.hH A D09-Jul-20241.2 KiB3611

record.cH A D09-Jul-202413.8 KiB493328

record.hH A D09-Jul-20241.5 KiB4014

volume.hH A D09-Jul-20241.6 KiB4618

README

1
2Modified version of libhfs (v2.0) to work with mkhybrid.
3
4To complile for mkhybrid, use the #define -DAPPLE_HYB
5
6The libhfs.a created with this option must not be used with other
7hfsutils routines.
8
9James Pearson 18/7/97
10
11Copyright information from hfsutils:
12
13 hfsutils - tools for reading and writing Macintosh HFS volumes
14 Copyright (C) 1996, 1997 Robert Leslie
15
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
30