Phantasmal Site > Phantasmal API > API Listing > char_to_upper
API Function: char_to_upper
- Summary:
- return the uppercase version of an alphabetic character
- Defined In LPC Object:
- /usr/common/sys/stringd.c
- Prototype:
- int char_to_upper(int char)
- Can Be Called By:
- Anybody
- Description:
-
Returns nonalphabetic characters intact. Returns lowercase
alphabetic characters as uppercase.
- Return Value:
-
The new uppercase character.
- Errors:
- Normally none.
- See Also:
- to_upper ,
char_to_lower
|