摘要: #include <uuid/uuid.h> void printUuid() { uuid_t newUUId; uuid_generate(newUUId); char *msg = (char *) malloc(37*sizeof(char)); uuid_unparse(newUUId,m 阅读全文
posted @ 2021-10-16 15:59 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑