bit_set(değişken, n)
Değişkenin n. bitini lojik "1" yapar
int x; x=3; //0011 bit_set(x,3); //1011 // x=11
Sayfa kategorisi: CSS C