types.h
来自「guide and some example with visualC++」· C头文件 代码 · 共 28 行
H
28 行
/* This header file is machine generated. Modify EiC/config/genstdio.c, or the target independent source files it reads, in order to modify this file. Any direct modifications to this file will be lost. */#ifndef EiC_types_H#define EiC_types_H#pragma push_safeptr#define _need_size_t#include <sys/stdtypes.h>#undef _need_size_ttypedef int pid_t;typedef int ssize_t;typedef int off_t;typedef unsigned int ino_t;typedef unsigned int uid_t;typedef unsigned int gid_t;typedef unsigned int mode_t;typedef unsigned int nlink_t;typedef unsigned long long dev_t;#pragma pop_ptr#endif /* end EiC_types_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?