Jump to content

BYTE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== BYTE ==
A byte.
A byte.


=== Type ===
== Type ==
unsigned char
unsigned char


==== C Declaration Method ====
==C Declaration Method==
typedef
typedef
 
==Example==
typedef unsigned char BYTE;


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 00:19, 17 August 2017

A byte.

Type

unsigned char

C Declaration Method

typedef

Example

typedef unsigned char BYTE;