Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 291

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 290
MikroElektronika:
Development
tools
-
Books
-
Compilers
283
page
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
Prototype
char isprint(char character);
Description Function returns 1 if the character is printable (decimal 32-126), otherwise returns
zero.
isprint
Prototype
char ispunct(char character);
Description Function returns 1 if the character is punctuation (decimal 32-47, 58-63, 91-96, 123-
126), otherwise returns zero.
ispunct
Prototype
char isspace(char character);
Description Function returns 1 if the character is white space (space, CR, HT, VT, NL, FF), other-
wise returns zero.
isspace
Prototype
char islower(char character);
Description Function returns 1 if the character is a lowercase letter (a-z), otherwise returns zero.
islower
Seitenansicht 290
1 2 ... 286 287 288 289 290 291 292 293 294 295 296 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare