Try   HackMD

2024q1 Homework1 (lab0)

contributed by < Henryshsieh >

避免非必要的項目縮排 (即 * - ),以清晰、明確,且流暢的漢語書寫。

指定佇列的操作

q_new

​​​​- 使用 list.h 中提供的巨集和函式
​​​​- `LIST_HEAD(tmp); return &tmp;` 是錯誤:returns address of local variable。注意 [scope](https://stackoverflow.com/a/12380788)