SW500007 Microchip Technology, SW500007 Datasheet - Page 227

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
Library Functions
ISALNUM, ISALPHA, ISDIGIT, ISLOWER et. al.
Synopsis
Description
These macros, defined in ctype.h, test the supplied character for membership in one of several over-
lapping groups of characters. Note that all except isascii() are defined for c, if isascii(c) is true or if
c = EOF.
#include <ctype.h>
int isalnum (char c)
int isalpha (char c)
int isascii (char c)
int iscntrl (char c)
int isdigit (char c)
int islower (char c)
int isprint (char c)
int isgraph (char c)
int ispunct (char c)
int isspace (char c)
int isupper (char c)
int isxdigit(char c)
isalnum(c)
isalpha(c)
isascii(c)
iscntrl(c)
isdigit(c)
islower(c)
isprint(c)
isgraph(c)
ispunct(c)
isspace(c)
isupper(c)
isxdigit(c)
c is in 0-9 or a-z or A-Z
c is in A-Z or a-z
c is a 7 bit ascii character
c is a control character
c is a decimal digit
c is in a-z
c is a printing char
c is a non-space printable character
c is not alphanumeric
c is a space, tab or newline
c is in A-Z
c is in 0-9 or a-f or A-F
213

Related parts for SW500007