SW006010 Microchip Technology, SW006010 Datasheet - Page 105

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.
strlwr
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
strset
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
strupr
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Converts all upper case characters in a string to lower case.
string.h
void strlwr (static char *str);
str
Pointer to string.
This function converts all upper case characters in str to lower
case characters. All characters that are not upper case (A to
Z) are not affected.
None
strlwr.c
PIC17C4X, PIC17C756
Copies the specified character into all characters in a string.
string.h
void strset (static char *str, static char ch);
str
Pointer to string.
ch
Character.
This function copies the character in ch to all characters in the
string up to the null character.
None
strset.c
PIC17C4X, PIC17C756
Converts all lower case characters in a string to upper case.
string.h
void strupr (static char *str);
str
Pointer to string.
This function converts all lower case characters in str to upper
case characters. All characters that are not lower case (a to z)
are not affected.
None
strupr.c
General Software Library
apRNOVS^-page 101

Related parts for SW006010