MAKEWORD

来源:互联网 发布:树莓派怎样编程 编辑:程序博客网 时间:2024/05/17 22:49
int a= MAKEWORD(0,100);
int b= HIBYTE(a);
int c= LOBYTE(a);
0 0