SW006010 Microchip Technology, SW006010 Datasheet - Page 98

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 94
C17 C Compiler Libraries
toascii
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
tolower
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
toupper
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Converts a character to an ASCII character
ctype.h
char toascii (static char ch);
ch
Character.
This function converts ch to a valid ASCII character by setting
the MSB bit7 to a zero.
This function returns the converted ASCII character.
toascii.c
PIC17C4X, PIC17C756
Converts a character to a lower case alphabetical ASCII
character.
ctype.h
char tolower (static char ch);
ch
Character.
This function converts ch to a lower case alphabetical ASCII
character provided that the argument is a valid upper case
alphabetical character.
This function returns a lower case character if the argument was
upper case to begin with, otherwise the original character is
returned.
tolower.c
PIC17C4X, PIC17C756
Converts a character to a upper case alphabetical ASCII
character.
ctype.h
char toupper (static char ch);
ch
Character.
This function converts ch to a upper case alphabetical ASCII
character provided that the argument is a valid lower case
alphabetical
haracter.
This function returns a lower case character if the argument
was upper case to begin with, otherwise the original character is
returned.
toupper
.c
 2002 Microchip Technology Inc.

Related parts for SW006010