Author | Wouter van Ooijen, Copyright © 1998, all rights reserved. |
Adapted-by | Joep Suijs, Rob Hamerling |
Compiler | >=2.4 |
- ASCII text character constant definitions - case conversion procedures toupper and tolower use of toupper var byte char = "b" -- assign lower case "b" to char toupper(char) -- char now contains "B"
No dependency found
const byte ASCII_SUB = 26
const byte ASCII_DC4 = 20
const byte ASCII_ETB = 23
const byte ASCII_NAK = 21
const byte ASCII_US = 31
const byte ASCII_SYN = 22
const byte ASCII_RS = 30
const byte ASCII_BS = 08
const byte ASCII_EM = 25
const byte ASCII_EOT = 04
const byte ASCII_DLE = 16
const byte ASCII_LF = 10
const byte ASCII_DC2 = 18
const byte ASCII_ETX = 03
const byte ASCII_ESC = 27
const byte ASCII_CAN = 24
const byte ASCII_SOH = 01
const byte ASCII_ACK = 06
const byte ASCII_HT = 09
const byte ASCII_NULL = 00
const byte ASCII_GS = 29
const byte ASCII_BEL = 07
const byte ASCII_DC1 = 17
const byte ASCII_DC3 = 19
const byte ASCII_SO = 14
const byte ASCII_FF = 12
const byte ASCII_SP = 32
const byte ASCII_ENQ = 05
const byte ASCII_SI = 15
const byte ASCII_CR = 13
const byte ASCII_VT = 11
const byte ASCII_STX = 02
const byte ASCII_DEL = 127
const byte ASCII_FS = 28
const byte ASCII_SUB = 26
No documentation found
const byte ASCII_DC4 = 20
No documentation found
const byte ASCII_ETB = 23
No documentation found
const byte ASCII_NAK = 21
No documentation found
const byte ASCII_US = 31
No documentation found
const byte ASCII_SYN = 22
No documentation found
const byte ASCII_RS = 30
No documentation found
const byte ASCII_BS = 08
No documentation found
const byte ASCII_EM = 25
No documentation found
const byte ASCII_EOT = 04
No documentation found
const byte ASCII_DLE = 16
No documentation found
const byte ASCII_LF = 10
No documentation found
const byte ASCII_DC2 = 18
No documentation found
const byte ASCII_ETX = 03
No documentation found
const byte ASCII_ESC = 27
No documentation found
const byte ASCII_CAN = 24
No documentation found
const byte ASCII_SOH = 01
No documentation found
const byte ASCII_ACK = 06
No documentation found
const byte ASCII_HT = 09
No documentation found
const byte ASCII_NULL = 00
No documentation found
const byte ASCII_GS = 29
No documentation found
const byte ASCII_BEL = 07
No documentation found
const byte ASCII_DC1 = 17
No documentation found
const byte ASCII_DC3 = 19
No documentation found
const byte ASCII_SO = 14
No documentation found
const byte ASCII_FF = 12
No documentation found
const byte ASCII_SP = 32
No documentation found
const byte ASCII_ENQ = 05
No documentation found
const byte ASCII_SI = 15
No documentation found
const byte ASCII_CR = 13
No documentation found
const byte ASCII_VT = 11
No documentation found
const byte ASCII_STX = 02
No documentation found
const byte ASCII_DEL = 127
No documentation found
const byte ASCII_FS = 28
No documentation found
toupper(byte in out char)
toupper - convert byte to upper case
tolower(byte in out char)
tolower - convert byte to lower case
18f27j53 | 18f27j53_sd_card_minix_demo.jal |
18f27j53 | 18f27j53_sd_card_minix_readi.jal |
18f27j53 | 18f27j53_sd_card_minix_read.jal |