Xiqual 0.7.2
In file xitools/strupper.c:(char* text)
Turn a string into all-uppercase characters.
Documentation
Turn a string into all-uppercase characters.
Uses toupper(), 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:
- strlower(), toupper()
Alphabetic index
This page was generated with the help of DOC++.