                         libcasefix Programmer's Reference Guide

		FUNCTION: capall
		
		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 capall(FILE * inputstream, FILE * outputstream)
			
		APROPOS USES: Important notices, signage, names of regulatable people and entities

		DESCRIPTION:
	
			lowerall causes every alphabetic character received on the incoming stream, which is pointed to by FILE * inputstream, to be capitalized and outputs every character in the order received to a stream pointed at by FILE * outputstream; only the case of lower case alphabetic characters being changed to the upper case.

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