13 lines
210 B
Markdown
13 lines
210 B
Markdown
# 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;
|
|
```
|