summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/prsize.rst
blob: 8d0810574e2cc7a29308165d440620194955d4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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::

   #include <prtypes.h>

   typedef size_t PRSize;