rtypes.h
来自「在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便」· C头文件 代码 · 共 36 行
H
36 行
/******************************************************************************
<<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 + =
减小字号Ctrl + -
显示快捷键?