mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 02:46:47 +00:00
doc: 更正文档错误
This commit is contained in:
parent
7087e9fbc1
commit
53233d5e3b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 循环链表管理函数
|
## 循环链表管理函数
|
||||||
|
|
||||||
  循环链表是内核的重要的数据结构之一。包含在`kernel/common/glib.h`中。
|
  循环链表是内核的重要的数据结构之一。包含在`kernel/common/list.h`中。
|
||||||
|
|
||||||
### `void list_init(struct List *list)`
|
### `void list_init(struct List *list)`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user