15 lines
210 B
ReStructuredText
15 lines
210 B
ReStructuredText
PRUint8
|
|
=======
|
|
|
|
Guaranteed to be an unsigned 8-bit integer on all platforms. There is no
|
|
type equivalent to a plain ``char``.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedefdefinition PRUint8;
|