Introduction - If you have any usage issues, please Google them yourself
Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
Packet : 7941920c语言中写二进制数.rar filelist
21_Uv2.Bak
STARTUP.A51
STARTUP.LST
STARTUP.OBJ
21
21.__i
21.c
21.lnp
21.LST
21.M51
21.OBJ
21.Opt
21.plg
21.Uv2