In file miscfx.h:

char* lowerc

(char* s)

Convert a string to lower case.

Documentation

Convert a string to lower case.

Parameters:
s - A null-terminated string.
Returns:
The string s with all upper case characters converted to lower case.
See Also:
upperc()

Alphabetic index



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