1 byte signed object

  • Thread starter Thread starter alexia.bee
  • Start date Start date
A

alexia.bee

Hi,

Is there any one byte object which is signed?
byte is unsigned.
char is (I may be wrong) two bytes and is also unsigned.
The smaller sign object I saw is int16.

Is there any smaller than int16?
thanks.
 
Back
Top