forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
15 lines
230 B
ReStructuredText
15 lines
230 B
ReStructuredText
PRSize
|
|
======
|
|
|
|
A type for representing the size of an object (not the size of a
|
|
pointer). This is the same as the corresponding type in ``libc``.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtypes.h>
|
|
|
|
typedef size_t PRSize;
|