mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
ce377110d8
Differential Revision: https://phabricator.services.mozilla.com/D165625
16 lines
210 B
ReStructuredText
16 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;
|