The little scripts here do most of the awful work of reformatting the
ms specs into header files.

Given a selected structure from the docs in text format
e.g.
cat demo.txt | wvh.awk | wv.sed > headerfile

edit headerfile to check for duplicate offsets (they will be marked
with lines beginning with /*error. Determine which one you want to
use in the c implementation and then do..

cat headerfile | wvc.awk > cfile

we can get things pretty much as we need them.

Caolan.McNamara@ul.ie

(a perl guy can rewrite this if they want, i never got up to date with that
new fangled perl stuff)
