Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 290

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 289
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
282
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
char iscntrl(char character);
Description Function returns 1 if the character is a control character or delete (decimal 0-31 and
127), otherwise returns zero.
iscntrl
Prototype
char isdigit(char character);
Description Function returns 1 if the character is a digit (0-9), otherwise returns zero.
isdigit
Prototype
char isgraph(char character);
Description Function returns 1 if the character is a printable character, excluding the space (deci-
mal 32), otherwise returns zero.
isgraph
Prototype
char isalpha(char character);
Description Function returns 1 if the character is alphabetic (A-Z, a-z), otherwise returns zero.
isalpha
Seitenansicht 289
1 2 ... 285 286 287 288 289 290 291 292 293 294 295 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare