Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 487

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
unsigned int slapi_setbit_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 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.
The integer in which a bit is to be set.
The bit number that needs to be set in the integer.
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 14
Function Reference
487

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents