ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:tolower

This is an old revision of the document!


Table of Contents

tolower

int tolower(int c)

Description

Returns the lowercase version of c. If c is not an ASCII letter, it is returned unchanged.

Examples

tolower('A') -> 'a'
tolower('a') -> 'a'
tolower('/') -> '/' // not a letter
tolower('Ä') -> 'Ä' // non-ASCII character

See also

functions/tolower.1489950791.txt.gz · Last modified: 2017/03/19 21:13 by korshun