_size_t.h

来自「一个类linux的dos下开发的操作系统.」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __TL__SIZE_T_H
#define	__TL__SIZE_T_H

#ifdef __cplusplus
extern "C"
{
#endif /* #ifdef __cplusplus */

/* xxx - changed to unsigned on Feb 15 -- did I break anything? */
typedef unsigned int size_t;

#ifdef __cplusplus
}
#endif /* #ifdef __cplusplus */

#endif /* #ifndef __TL__SIZE_T_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?