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

📄 r_sys_ipc.h

📁 界面程序
💻 H
字号:
/******************************************************************************

<<Begin Documentation>>
<<Keyword: icp.h, ipc, wrapper-functions>>
NAME
	r_sys_ipc.h

DESCRIPTION
	Header wrapper for the System V "sys/ipc.h" header file.

NOTES
	This header file is a wrapper to the System V <sys/ipc.h> header.
	It is primarily used by Rabbit components to allow multiple inclusions,
	of the system header, which may or may not offer this capability.
	It also provides a way to easily change code if the location of the
	header changes on a given port.

	Because the system header file being included in this wrapper
	header is specific to System V, this file should only be included
	in port specific layers of a component (such as a port specific
	header file or a port specific IPC interface).
	 

<<End Documentation>>
Copyright 1992 by Rabbit Software Corporation
******************************************************************************/

#ifndef _R_SYS_IPC_H_
#define _R_SYS_IPC_H_

#ifdef HEADERVERSIONS
static char *_r_sys_ipc_h_ = "@(#)r_sys_ipc.h	1.4 !R2";
#endif /* HEADERVERSIONS */

#include <sys/ipc.h>

#endif /* _R_SYS_IPC_H_ */
 

⌨️ 快捷键说明

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