摘要: 一、Linux 以下是一个简单的 C 程序,它会申请一定量的内存并一直持有它: #include <stdlib.h> #include <string.h> #include <unistd.h> int main(int argc, char *argv[]) { if (argc < 2) { 阅读全文
posted @ 2023-07-31 00:42 自律™ 阅读(286) 评论(0) 推荐(0) 编辑