SW006010 Microchip Technology, SW006010 Datasheet - Page 93

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.
isdigit
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
islower
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
isupper
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Numeric character classification.
ctype.h
char isdigit (static char ch);
ch
Character.
This function determines if ch is an numeric character in the
ranges of:
0 to 9
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
isdigit.c
PIC17C4X, PIC17C756
Lower case alphabetical character classification.
ctype.h
char islower (static char ch);
ch
Character.
This function determines if ch is a lower case alphabetical
character in the ranges of:
a to z
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
islower.c
PIC17C4X, PIC17C756
Upper case alphabetical character classification.
ctype.h
char isupper (static char ch);
ch
Character.
This function determines if ch is an upper case alphabetical
character in the ranges of:
A to Z
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
isupper.c
(0x30 to 0x39)
(0x61 to 0x7A)
(0x41 to 0x5A)
General Software Library
apRNOVS^-page 89

Related parts for SW006010