
clear_bit(3)          LPC Library Functions          clear_bit(3)

NNAAMMEE
       clear_bit() - zero a bit in a bit string

SSYYNNOOPPSSIISS
       string clear_bit( string str, int n );

DDEESSCCRRIIPPTTIIOONN
       Return  the  new string where bit <n> is cleared in string
       <str>. Note that the old string <str> is not modified.

SSEEEE AALLSSOO
       set_bit(3), test_bit(3)

MudOS                       5 Sep 1994                          1

