📄 stddef.h
字号:
/* stddef.h
Definitions for common types, and NULL
*/
/*
* C/C++ Run Time Library - Version 10.0
*
* Copyright (c) 1987, 2000 by Inprise Corporation
* All Rights Reserved.
*
*/
/* $Revision: 9.2 $ */
#ifndef __STDDEF_H
#define __STDDEF_H
#define _INC_STDDEF /* MSC Guard name */
/* All the work is done in _stddef.h, so that it may be included in the other
standard C headers */
#if !defined(___STDDEF_H)
#include <_stddef.h>
#endif
#endif /* __STDDEF_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -