SW006010 Microchip Technology, SW006010 Datasheet - Page 92

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 88
C17 C Compiler Libraries
isalpha
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
isascii
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
iscntrl
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
PIC17C4X, PIC17C756
Alphabetical character classification.
ctype.h
char isalpha (static char ch);
ch
Character.
This function determines if ch is a valid character of the alphabet
in the ranges of:
A to Z
a to z
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
isalpha.c
PIC17C4X, PIC17C756
ASCII character classification.
ctype.h
char isascii (static char ch);
ch
Character.
This function determines if ch is an ASCII character which has a
range of 0x00 to 0x7F.
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
isascii.c
PIC17C4X, PIC17C756
Control character classification.
ctype.h
char iscntrl (static char ch);
ch
Character.
This function determines if ch is a control character in the
ranges of:
0x00 to 0x1F
0x7f
This function returns 1 when the argument is within the specified
range of values; otherwise 0 is returned.
iscntrl.c
(0x41 to 0x5A)
(0x61 to 0x7A)
 2002 Microchip Technology Inc.

Related parts for SW006010