prsize.rst (225B)
1 PRSize 2 ====== 3 4 A type for representing the size of an object (not the size of a 5 pointer). This is the same as the corresponding type in ``libc``. 6 7 8 Syntax 9 ------ 10 11 .. code:: 12 13 #include <prtypes.h> 14 15 typedef size_t PRSize;