47.5. slapi_unsetbit_int()

Unsets the specified bit in an integer.
Syntax

#include "slapi-plugin.h"
unsigned int slapi_unsetbit_int(unsigned int f,unsigned int bitnum);

Parameters

This function takes the following parameters:

f
The integer in which a bit is to be unset.
bitnum
The bit number that needs to be unset in the integer.
Returns

This function returns the integer with the specified bit unset.