struct term *temp = malloc(sizeof(struct term)); ... temp = b->next; return temp; What this means is: Allocate a new term structure; store ...
確定! 回上一頁