r_sys_ipc.h

来自「在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便」· C头文件 代码 · 共 39 行

H
39
字号
/******************************************************************************

<<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 + =
减小字号Ctrl + -
显示快捷键?