int _tolower( int c )


	- prototype in ctype.h

	- converts c to lowercase if c is UPPER case
	- use tolower() preferentially