Jump to content

Unsigned char: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
 
Anakor (talk | contribs)
No edit summary
Line 1: Line 1:
== unsigned char==
Unsigned char is a standard c type.
Unsigned char is a standard c type.


== Length==
=== Length===


8 bit
8 bit


== Range ==
=== Range ===


0 to 255
0 to 255

Revision as of 01:02, 23 May 2005

unsigned char

Unsigned char is a standard c type.

Length

8 bit

Range

0 to 255