int _toupper( int c )



	- prototype in ctype.h

	- converts c to UPPER case only if c is  LOWER case
	- use toupper() preferentially