摘要: 以Debian root用户为例。请先看如下程序: #include <stdlib.h> #include <stdio.h> int main() { printf("%d ", sizeof(int)); printf("%d ", sizeof(long)); printf("%d ", s 阅读全文
posted @ 2022-12-29 16:31 华容道专家 阅读(385) 评论(0) 推荐(0)