Abl-electronic PIC Microcontrollers PIC16 Uživatelský manuál Strana 292

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 312
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 291
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
284
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
char isxdigit(char character);
Description Function returns 1 if the character is a hex digit (0-9, A-F, a-f), otherwise returns
zero.
isxdigit
Prototype
char toupper(int character);
Description If the character is a lowercase letter (a-z), function returns an uppercase letter.
Otherwise, function returns an unchanged input parameter.
toupper
Prototype
char tolower(int character);
Description If the character is an uppercase letter (A-Z), function returns a lowercase letter.
Otherwise, function returns an unchanged input parameter.
tolower
Prototype
char isupper(char character);
Description Function returns 1 if the character is an uppercase letter (A-Z), otherwise returns 0.
isupper
Zobrazit stránku 291
1 2 ... 287 288 289 290 291 292 293 294 295 296 297 ... 311 312

Komentáře k této Příručce

Žádné komentáře