摘要: 简单示例(第7行) #include <stdio.h> // printf #include <stdint.h> // intptr_t 这是重点!!! int main() { void *pointer = (void*)233; int number = (int)(intptr_t)po 阅读全文
posted @ 2022-05-27 15:36 Alan_LJP 阅读(5310) 评论(1) 推荐(1)