SW006010 Microchip Technology, SW006010 Datasheet - Page 104

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
MPLAB
apRNOVS^-page 100
C17 C Compiler Libraries
strcmp
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
strcpy
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
strlen
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Compares two strings.
string.h
signed char strcmp (static char *str1, static char *str2);
str1
Pointer to first string.
str2
Pointer to second string.
This function compares the string in str1 to the string in str2
and returns if str1 is less than, equal to, or greater than str2.
-1 if str1 < str2
0 if str1 == str2
1 if str1 > str2
strcmp.c
PIC17C4X, PIC17C756
Copies the source string into the destination string.
string.h
void strcpy (static char *dest, static char *src);
dest
Pointer to destination string.
src
Pointer to source string.
This function copies the string in src to dest. Characters in src
are copied until the null character is reached. The string dest
is null terminated.
None
strcpy.c
PIC17C4X, PIC17C756
Returns the length of the string.
string.h
unsigned char strlen (static char *str);
str
Pointer to string.
This function determines the length of the string minus the null
character.
This function returns the length of the string in an unsigned
8-bit byte.
strlen.c
 2002 Microchip Technology Inc.

Related parts for SW006010