Files
tubestation/docs/nspr/reference/pruint8.rst
2022-02-02 17:19:51 +00:00

16 lines
215 B
ReStructuredText

PRUint8
=======
Guaranteed to be an unsigned 8-bit integer on all platforms. There is no
type equivalent to a plain ``char``.
Syntax
------
.. code:: eval
#include <prtypes.h>
typedefdefinition PRUint8;