未验证 提交 3af13de6 编写于 作者: B bupleurum 提交者: GitHub

Update rtservice.h

上级 3a6eace9
......@@ -250,7 +250,7 @@ rt_inline int rt_slist_isempty(rt_slist_t *l)
* @head: the head for your single list.
* @member: the name of the list_struct within the struct.
*/
#define rt_slist_fore_each_entry(pos, head, member) \
#define rt_slist_for_each_entry(pos, head, member) \
for (pos = rt_slist_entry((head)->next, typeof(*pos), member); \
&pos->member != (RT_NULL); \
pos = rt_slist_entry(pos->member.next, typeof(*pos), member))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册