Source code
Revision control
Copy as Markdown
Other Tools
# PRUint8
Guaranteed to be an unsigned 8-bit integer on all platforms. There is no
type equivalent to a plain `char`.
## Syntax
```{code}
#include <prtypes.h>
typedefdefinition PRUint8;
```