摘要: #include <stdio.h> int show_bytes(void *ptr, int length); int main() { int x = 0xff; show_bytes(&x, sizeof(int)); } int show_bytes(void *ptr, int leng 阅读全文
posted @ 2021-08-05 17:56 秦晓 阅读(103) 评论(0) 推荐(0)