摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <uuid/uuid.h> void retrieveUuid(char *uuidValue); struct uuidStruct { int id; char 阅读全文
posted @ 2021-11-15 10:04 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> int main() { charPointerToCharArray(); return 0; } void charPointerToCharArray() { char *st 阅读全文
posted @ 2021-11-15 09:16 FredGrit 阅读(43) 评论(0) 推荐(0) 编辑