SW006010 Microchip Technology, SW006010 Datasheet - Page 102

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
4.6
apRNOVS^-page 98
MEMORY AND STRING MANIPULATION FUNCTIONS
C17 C Compiler Libraries
memcmp
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
memcpy
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Compares the contents of two arrays of bytes.
mem.h
signed char memcmp (static char *buf1, static char
*buf2, static unsigned char memsize);
buf1
Pointer to first array.
buf2
Pointer to second array.
memsize
Number of elements to be compared in arrays.
This function compares the first memsize number of elements
in buf1 to the first memsize number of elements in buf2 and
returns if the buffers are less than, equal to, or greater than
each other.
-1 if buf1 < buf2
0 if buf1 == buf2
1 if buf1 > buf2
memcmp.c
PIC17C4X, PIC17C756
Copies the contents of the source buffer into the destination
buffer.
mem.h
void memcpy (static char *dest, static char *src,
static unsigned char memsize);
dest
Pointer to destination array.
src
Pointer to source array.
memsize
Number of elements of src array copied into dest.
This function copies the first memsize number of elements in
src to the array dest.
None
memcpy.c
 2002 Microchip Technology Inc.

Related parts for SW006010