stricmppgm2ram Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
stricmppgm2ram Function
C
signed char stricmppgm2ram(
    BYTE* a, 
    ROM BYTE* b
);
Description

Performs a case-insensitive comparison of a string in RAM to a string in ROM. This function performs identically to strcmppgm2ram, except that the comparison is not case-sensitive.

Preconditions

None

Parameters
Parameters 
Description 
Pinter to tring in RAM 
Pointer to string in ROM 
Return Values
Return Values 
Description 
-1 
a < b 
a = b 
a > b 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.