help.h
来自「操作系统源代码」· C头文件 代码 · 共 21 行
H
21 行
/* Copyright (c) 1985 Ceriel J.H. Jacobs *//* $Header: help.h,v 7.0 86/12/05 09:36:55 ceriel Exp $ */# ifndef _HELP_# define PUBLIC extern# else# define PUBLIC# endifint do_help();/* * int do_help(cnt); * long cnt; This is ignored, but a count is given * to any command * * Give a summary of commands */# undef PUBLIC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?