SW006010 Microchip Technology, SW006010 Datasheet - Page 91

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
4.1
4.2
4.3
 2002 Microchip Technology Inc.
INTRODUCTION
HIGHLIGHTS
CHARACTER CLASSIFICATION FUNCTIONS
This chapter documents general software library functions. The source code for all of
these functions is included with MPLAB-C17 in the c:\mcc\src\pmc directory, where
c:\mcc is the compiler install directory.
See the MPASM™ User's Guide with MPLINK™ and MPLIB™ (DS33014) for more
information about building libraries.
This chapter is organized as follows:
• Character Classification Functions
• Number and Text Conversion Functions
• Delay Functions
• Memory and String Manipulation Functions
4.3.1
Chapter 4. General Software Library
isalnum
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Function Descriptions
PIC17C4X, PIC17C756
Alphanumeric character classification.
ctype.h
char isalnum (static char ch);
ch
Character.
This function determines if ch is an alphanumeric character in
the ranges of:
A to Z(0x41 to 0x5A)
a to z(0x61 to 0x7A)
0 to 9(0x30 to 0x39)
This function returns 1 when the argument is within the
specified range of values; otherwise 0 is returned.
isalnum.c
MPLAB
®
C17 C COMPILER
LIBRARIES
apRNOVS^-page 87

Related parts for SW006010