Grouper v1.3
Daniel McCarty
Dec. 1, 1998

The files included with this release of Grouper are for your personal use.
I learned much of my programming techniques from others' source that was so
graciously given out.  To all of them, thank you very much.  If you have a
commercial use for this code, see the legal issues section in grouper.c.

The full project is available if you're interested.  (If you truly want a
record of my fumblings and bumblings!)  The file size is appx. 320Kb.

Henry Ford (I think) once said, "You can have things good, fast or cheap:
pick two."  There are trade-offs in everything, and this program was
optimized for speed and attention to detail within the program.  Version
0.20 was a playable version at just 6K.  So enjoy the amenities--there's 9K
of 'em in there! :)

I'm pretty happy with the source and have commented it reasonably well.  If
you have a question feel free to email me about it.  You may see some magic
numbers here and there in the code, but I've tried to at least put a comment
in there to explain my reasoning at the time.

The code is formatted with tabs set at 3 chars, so set your editor to that
for best viewing.  A few lines exceed 80 chars, but only a few.  Naming
conventions are mostly GNU-style, with a few of Andrew Howlett's quirks--and
my own--thrown in. :) (From that tutorial every Palm newbie goes through...)

So I hope this source is as useful to you as others' source has been to me.
Best wishes with wherever this may take you.

--Daniel.