:::danger
說好的進度呢?
:::
contribute by < dingsen-Greenhorn >
Improve output handling and enhance code clarity
commit 6ad68e0
Fix the stuck of first play table after Ctrl-Q
commit 8899970
DINGSEN changed 17 hours agoView mode Like Bookmark
contributed by dingsen-Greenhorn
Reviewed by yy214123
q_reverse 可以如下改善:
/* Reverse elements in queue */
void q_reverse(struct list_head *head)
{
if (!head || list_empty(head)) {
return;