EAGLE Help Light

to...()

Funkce
Convert a character to upper- or lowercase.

Zápis
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.

Viz také strupr, strlwr


OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH