Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
16 lines
215 B
ReStructuredText
16 lines
215 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:: eval
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedefdefinition PRUint8;
|