Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 51

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 50
The following table shows the available escape sequences in mikroC:
MikroElektronika:
Development
tools
-
Books
-
Compilers
43
page
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
Sequence Value Char What it does
\a 0x07
BEL Audible bell
\b 0x08
BS Backspace
\f 0x0C
FF Formfeed
\n 0x0A
LF Newline (Linefeed)
\r 0x0D
CR Carriage Return
\t 0x09
HT Tab (horizontal)
\v 0x0B
VT Vertical Tab
\\ 0x5C
\ Backslash
\' 0x27
'
Single quote
(Apostrophe)
\" 0x22
" Double quote
\? 0x3F
? Question mark
\O
any
O = string of up to 3
octal digits
\xH
any
H = string of hex dig-
its
\XH
any
H = string of hex dig-
its
Seitenansicht 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare