⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtypes.h

📁 界面程序
💻 H
字号:

/******************************************************************************
<<Begin Documentation>>
<<Keyword: types.h, types, wrapper-functions>>

NAME		rtypes.h

DESCRIPTION	Rabbit include file that replaces sys/types.h include file.
		Also guarantees to define the size_t type if it isn't
		already defined.
SYNOPSIS	

CAVEATS

FILES

NOTES		

SEE ALSO

<<End Documentation>>
	Copyright 1987 by Rabbit Software Corporation

******************************************************************************/

#ifndef _R_TYPES_H_
#define _R_TYPES_H_

#ifdef HEADERVERSIONS
static char *_r_types_h_ = "@(#)rtypes.h	1.6 !R2";
#endif /* HEADERVERSIONS */

#include  <sys/types.h>

#endif /* _R_TYPES_H */

⌨️ 快捷键说明

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