Xiqual 0.9.1

In file xitools/strupper.c:

char* strupper

(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++.