dimanche 19 avril 2015

How can i convert this simple C function to python code [on hold]


#define SetBit(a, b) (((unsigned char *) a)[(b) >> 3] |= (1 << ((b) & 7)))

Aucun commentaire:

Enregistrer un commentaire