Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 200 Bytes

stddef.md

File metadata and controls

11 lines (6 loc) · 200 Bytes

stddef.h

简介:

定义了关于指针的常用类型

定义:

``typedef __PTDIFF_TYPE__ ptrdiff_t``  : 两个指针相减的结果类型

``NULL ((void *) 0)`` : 空指针