                         libcasefix Programmer's Reference Guide

		FUNCTION: wackify
		
		DEPENDS ON: the c standard lib

		SOURCE FILE: libcasefix.c

		LIBRARY FILES: libcasefix.so (shared library), libcasefix.a (static archive), or libcasefix.o (object file)
 
		HEADER FILE: libcasefix.h

		PROTOTYPE:

			int wackify(FILE * inputstream, FILE * outputstream)
			
		APROPOS USES: wackiness

		DESCRIPTION:
	
			 wackify causes every alphabetic character relieved on the incoming stream, which is pointed to by FILE * inputstream, to be put in the case in a pseudo-random way and outputs every character in the order received to a stream pointed at by FILE * outputstream; the case of all alphabetic characters being changed with seeming randomness.

		RETURN VALUES: 0 = no errors encountered; all other values are error codes.
		
		OTHER NOTES:
