paths.h

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 38 行

H
38
字号
/* 	@(#)paths.h	4.1	(ULTRIX)	7/17/90 	*//* * *	PATHS.H -- This header file contains the path information required *		   by sccs.c (and a few others) to find the appropriate  *		   commands. * *//* * *  The following defines are used primarily in SCCS.C * */# ifndef SCCSPATH# define SCCSPATH	"SCCS"		/* pathname in which to find s-files */# endif NOT SCCSPATH# ifndef MYNAME# define MYNAME		"sccs"		/* name used for printing errors */# endif NOT MYNAME# ifndef PROGPATH# define PROGPATH(name)	"/usr/bin/name"	/* place to find binaries */# endif PROGPATH/* * *  The following defines are used in HELP.C * */# define HELPLOC 	"/usr/lib/sccs.help/helploc"# define DFTFILE	"/usr/lib/sccs.help/default"# define HELPDIR	"/usr/lib/sccs.help/"

⌨️ 快捷键说明

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