摘要: void macro10() { printf("__DATA__=%s\n",__DATE__); printf("__TIME__=%s\n",__TIME__); printf("__FILE__=%s\n",__FILE__); printf("__LINE__=%d\n",__LINE__ 阅读全文
posted @ 2021-11-20 17:52 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> void retrieveUuid(char *uuidValue) { uuid_t newUUID; uuid_generate(n 阅读全文
posted @ 2021-11-20 17:22 FredGrit 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> void retrieveUuid(char *uuidValue) { uuid_t newUUID; uuid_generate(n 阅读全文
posted @ 2021-11-20 11:30 FredGrit 阅读(52) 评论(0) 推荐(0) 编辑