This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Return to header Previous symbol Next symbol

towlower

Prototype

#include <wctype.h>

int tolower(int c);

Description

Returns the lowercase character corresponding to the character c, if the value of isupper with the argument c is true, otherwise returns the c argument unchanged.

References

ISO C 9899:1990 XXX