SW006010 Microchip Technology, SW006010 Datasheet - Page 103

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
 2002 Microchip Technology Inc.
memset
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
strcat
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Copies the specified character into the destination array.
mem.h
void memset (static char *dest, static char value,
static unsigned char memsize);
dest
Pointer to destination array.
value
Character value to be copied.
memsize
Number of elements of dest into which value is copied.
This function copies the character value into the first memsize
elements of the array dest.
None
memset.c
PIC17C4X, PIC17C756
Concatenates the source string to the end of the destination
string.
string.h
void strcat (static char *dest, static char *src);
dest
Pointer to destination array.
src
Pointer to source array.
This function copies the string in src to the end of the string in
dest. The src string starts at the null in dest. A null character is
added to the end of the resulting string in dest.
None
strcat.c
General Software Library
apRNOVS^-page 99

Related parts for SW006010