摘要: main.cpp #include <stdio.h> #include "g_test.h" extern bool testFunc(); bool __attribute__((weak))testFunc() { warnf("this is weak api\n"); return fal 阅读全文
posted @ 2020-09-02 15:26 唯一诺 阅读(1619) 评论(0) 推荐(0)
摘要: 1.文章链接如下,属于转载,如有问题请联系我删除: https://blog.csdn.net/xxxxxx91116/article/details/7446455?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMa 阅读全文
posted @ 2020-09-02 15:24 唯一诺 阅读(459) 评论(0) 推荐(0)
摘要: 结构体 typedef struct Time { unsigned int second :6; // 秒 0-59 unsigned int minute :6; // 分 0-59 unsigned int hour :5; // 时 0-23 unsigned int day :5; // 阅读全文
posted @ 2020-09-02 10:47 唯一诺 阅读(1275) 评论(0) 推荐(0)