EAGLE Help

to...()


Function
Convert a character to upper- or lowercase.

Syntax
char tolower(char c);
char toupper(char c);

Returns
The tolower function returns the converted character if c is uppercase. All other characters are returned unchanged.
The toupper function returns the converted character if c is lowercase. All other characters are returned unchanged.

See also strupr, strlwr
Index Copyright © 2005 CadSoft Computer GmbH