PRPackedBool¶
Packed Boolean value.
Syntax¶
#include <prtypes.h>
typedef PRUint8 PRPackedBool;
Description¶
Use PRPackedBool within structures where bit fields are not desirable but minimum and consistent overhead matters.
Packed Boolean value.
#include <prtypes.h>
typedef PRUint8 PRPackedBool;
Use PRPackedBool within structures where bit fields are not desirable but minimum and consistent overhead matters.