sbyte | |
USE: |
specify a signed byte type (8 bits wide)
|
EXAMPLE: |
sbyte x=-10 |
REMARKS: |
limited to values ranging from -128 to 127 / 0x80 to 0x7F |
RELATED: |
types
|
sbyte | |
USE: |
specify a signed byte type (8 bits wide)
|
EXAMPLE: |
sbyte x=-10 |
REMARKS: |
limited to values ranging from -128 to 127 / 0x80 to 0x7F |
RELATED: |
types
|