strupr Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
strupr Function
C
char * strupr(
    char* s
);
Description

This function converts strings to uppercase on platforms that do not already have this function defined. All lower-case characters are converted, an characters not included in 'a'-'z' are left as-is.

Preconditions

None

Parameters
Parameters 
Description 
the null-terminated string to be converted. 
Returns

Pointer to the initial string.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.