Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
15 lines
161 B
ReStructuredText
15 lines
161 B
ReStructuredText
PRInt8
|
|
======
|
|
|
|
Guaranteed to be a signed 8-bit integer on all platforms.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef definition PRInt8;
|