SET(9) | Kernel Developer's Manual | SET(9) |
SET
—
#include <sys/types.h>
void
SET
(val,
x);
int
ISSET
(val,
x);
void
CLR
(val,
x);
SET
() sets the set bits from
x in val;CLR
() clears the set bits from
x in val; andISSET
() returns true if any of the set bits from
x are set in val.December 13, 2015 | NetBSD 9.2 |