mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 21:36:30 +00:00
fix warnings(markdown rebuild)
This commit is contained in:
11
docs/userland/libc/apis/api-list/stddef.md
Normal file
11
docs/userland/libc/apis/api-list/stddef.md
Normal file
@ -0,0 +1,11 @@
|
||||
# stddef.h
|
||||
|
||||
## 简介:
|
||||
|
||||
定义了关于指针的常用类型
|
||||
|
||||
## 定义:
|
||||
|
||||
``typedef __PTDIFF_TYPE__ ptrdiff_t`` : 两个指针相减的结果类型
|
||||
|
||||
``NULL ((void *) 0)`` : 空指针
|
Reference in New Issue
Block a user