... result[1] = '\0'; return result; } int main() { char *s1 = get_string('A'); struct Package p; strcpy(p.msg, s1); free(s1); return 0; }
確定! 回上一頁