一些test短代码
摘要:#include <stdio.h> int main(){ char ray_tx_pwr[2][3]={{1,2,3},{4,5,6}}; int i = 0; printf("r %d",ray_tx_pwr[0]); return 0;} #include <stdio.h>#define
阅读全文
posted @ 2022-03-07 09:15
posted @ 2022-03-07 09:15