_types.h

来自「标准c库代码,可以应用于各个系统提供了大量的基本函数」· C头文件 代码 · 共 16 行

H
16
字号
/* ANSI C namespace clean utility typedefs *//* This file defines various typedefs needed by the system calls that support   the C library.  Basically, they're just the POSIX versions with an '_'   prepended.  This file lives in the `sys' directory so targets can provide   their own if desired (or they can put target dependant conditionals here).*/#ifndef	_SYS__TYPES_H#define _SYS__TYPES_Htypedef long _off_t;typedef long _ssize_t;#endif	/* _SYS__TYPES_H */

⌨️ 快捷键说明

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