摘要:
// test.c void test() { char array[4] = {0}; *(array + 0) = 0x00; array[1] = 0x11; *(array + 2) = 0x22; array[3] = 0x33; char *pointer = array; pointe 阅读全文
posted @ 2022-02-20 00:29
wotent
阅读(60)
评论(0)
推荐(0)
浙公网安备 33010602011771号