
Current Tools

DVOPS:

General:
(1) C++ cout stream adds null to stream sometimes.
    This hoses the VAX line printer.  Two tools may
    help:

	funny  - list funny chars in a file
	unfunny - strip (funny) chars from a file
	gnoop - used with g++ compiler to insert line feeds
		in g++ output so it is more readable.

        munch.c c++muncher - used to create __ctdt.c, a file
                for making the static object ctor/dtor lists.
		Used when porting CFRONT generated .c files.
                

    Example:
	demo2 | unfunny 0x00 > demo2.log
