Hi, I want to know the address of a bit variable. For example:
bit gBit; func() { printf("%d", &gBit); }