12 lines
143 B
Markdown
12 lines
143 B
Markdown
# PRInt8
|
|
|
|
Guaranteed to be a signed 8-bit integer on all platforms.
|
|
|
|
## Syntax
|
|
|
|
```{code}
|
|
#include <prtypes.h>
|
|
|
|
typedef definition PRInt8;
|
|
```
|