Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 488

Table of Contents

Advertisement

Functions for Manipulating Bits
See Also
slapi_isbitset_uchar()
slapi_unsetbit_uchar()
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
bitnum
Returns
This function returns the integer with the specified bit unset.
See Also
slapi_isbitset_int()
slapi_setbit_int()
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);
488
Netscape Directory Server Plug-In Programmer's Guide • May 2002
The integer in which a bit is to be unset.
The bit number that needs to be unset in the integer.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents