摘要: #include <stdio.h> #include <assert.h> #include <stdlib.h> typedef struct _singleton_t { int data; }singleton_t; /* 全局静态指针(指向唯一实例) */ static singleton 阅读全文
posted @ 2024-03-20 11:20 starc再起航 阅读(2) 评论(0) 推荐(0) 编辑