Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 543

Table of Contents

Advertisement

Returns
This function returns the integer with the specified bit set.
See Also
slapi_isbitset_int()
slapi_unsetbit_int()
slapi_setbit_uchar()
Sets the specified bit in a character.
Syntax
#include "slapi-plugin.h"
unsigned char slapi_setbit_uchar(unsigned char f,
unsigned char bitnum);
Parameters
This function takes the following parameters:
f
bitnum
Returns
This function returns the character with the specified bit set.
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);
The character in which a bit is to be set.
The bit number that needs to be set in the character.
Functions for Manipulating Bits
Chapter 15
Function Reference
543

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents