Xiqual 0.9.1

In file xitools/strlower.c:

char* strlower

(char* text)

Turn a string into all-lowercase characters.

Documentation

Turn a string into all-lowercase characters. Uses tolower(), so locale will be handled if supported by the local C library.
Parameters:
text - A string to change the case of
Returns:
A pointer to the string passed in
Author:
Ronny Bangsund
See Also:
strupper(), tolower()

Alphabetic index



This page was generated with the help of DOC++.