options.h

来自「minix软件源代码」· C头文件 代码 · 共 27 行

H
27
字号
/* Copyright (c) 1985 Ceriel J.H. Jacobs *//* $Header: options.h,v 7.0 86/12/05 09:37:51 ceriel Exp $ */# ifndef _OPTIONS_# define PUBLIC extern# else# define PUBLIC# endifPUBLIC int	cflag;		/* no home before each page */PUBLIC int	uflag;		/* no underlining */PUBLIC int	nflag;		/* no pattern matching on input */PUBLIC int	qflag;		/* no exit on the next page command */PUBLIC char *	startcomm;	/* There was a command option */char ** readoptions();/* * char ** readoptions(argv) * char **argv;			Arguments given to yap. * * process the options from the arguments. Return 0 if there was an error, * otherwise return a pointer to where the filenames start. */# undef PUBLIC

⌨️ 快捷键说明

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