HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
“slapi_isbitset_int()”
“slapi_setbit_int()”
47.6 slapi_unsetbit_uchar()
Unsets the specified bit in a character.
Syntax
#include "slapi-plugin.h"
unsigned char slapi_unsetbit_uchar(unsigned char f, unsigned char bitnum);
Parameters This function takes the following parameters:
The character in which a bit is to be unset.
f
The bit number that needs to be unset in the character.
bitnum
Returns This function returns the character with the specified bit unset.
See also
“slapi_isbitset_uchar()”
“slapi_setbit_uchar()”
47.6 slapi_unsetbit_uchar() 367