Go to the first, previous, next, last section, table of contents.


Pointer combination warnings

When compiling with old C compilers, you may get some warnings about "illegal pointer combinations". These are spurious; just ignore them. I decline to clutter up the source with casts to get rid of them.


Go to the first, previous, next, last section, table of contents.