摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 5 void malloc_in_function(char **myArray, int size) 6 { 7 int i = 0; 8 9 *myArray = (char *) malloc(siz 阅读全文
posted @ 2020-04-29 23:07 Jasper2003 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.axiomatic self-evident or unquestionable. "it is axiomatic that dividends have to be financed" 2. fusion the process or result of joining two or mor 阅读全文
posted @ 2020-04-29 22:39 Jasper2003 阅读(221) 评论(0) 推荐(0) 编辑