blob: 2f4224d179ad4b64d39eb2be306cb5dd3270ce72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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;
|