m_col_toupper
This call scans the specified CP850 string, converting any lower case characters to their
upper case equivalents.
- Syntax: void m_col_toupper(sptr, len)
- Parameters: char far *sptr - Pointer to the beginning of the string to scan
int len - Length of the string
- Returns: None
- Related Calls: m_col_tolower converts characters to lower case.