]> git.saurik.com Git - apple/hfs.git/blame - fsck_hfs/dfalib/DecompMakeData.c
hfs-366.30.3.tar.gz
[apple/hfs.git] / fsck_hfs / dfalib / DecompMakeData.c
CommitLineData
51e135ce
A
1/*
2 File: DecompMakeData.c
3
4 Contains: Tool to generate tables for use by FixDecomps (CatalogCheck.c). It takes raw data on combining classes and decomposition changes, massages it into the trie form needed by
5 the function, and emits it on stdout (which should be directed to a file DecompData.h).
6
7