vmsparam.h
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· C头文件 代码 · 共 37 行
H
37 行
/* $Id: vmsParam.h,v 1.4 2002/07/11 21:18:09 slobasso Exp $ */#ifndef NEDIT_VMSPARAM_H_INCLUDED#define NEDIT_VMSPARAM_H_INCLUDED/******************************************************************************** ** vmsParam.h - Parameter definitions for VMS systems. ** ** Copyright (c) 1993 Universities Research Association, Inc. ** All rights reserved. ** ** This material resulted from work developed under a Government Contract and ** is subject to the following license: The Government retains a paid-up, ** nonexclusive, irrevocable worldwide license to reproduce, prepare derivative ** works, perform publicly and display publicly by or for the Government, ** including the right to distribute to other Government contractors. Neither ** the United States nor the United States Department of Energy, nor any of ** their employees, makes any warranty, express or implied, or assumes any ** legal liability or responsibility for the accuracy, completeness, or ** usefulness of any information, apparatus, product, or process disclosed, or ** represents that its use would not infringe privately owned rights. ** ** Fermilab Nirvana GUI Library ** April 6, 1993 ** ********************************************************************************/#ifdef VMS#define MAXHOSTNAMELEN 255#define MAXPATHLEN 255#endif /*VMS*/#endif /* NEDIT_VMSPARAM_H_INCLUDED */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?