prompt.h

来自「操作系统源代码」· C头文件 代码 · 共 34 行

H
34
字号
/* Copyright (c) 1985 Ceriel J.H. Jacobs *//* $Header: prompt.h,v 7.0 86/12/05 09:38:34 ceriel Exp $ */# ifndef _PROMPT_# define PUBLIC extern# else# define PUBLIC# endifVOID	give_prompt();/* * void give_prompt() * * Displays a prompt, with possibly an error message */VOID	error();/* * void error(s) * char *s;		The error * * Takes care that there will be an error message in the next prompt. */VOID	ret_to_continue();/* * void ret_to_continue(); * * Asks the user to type something before continuing. */# undef PUBLIC

⌨️ 快捷键说明

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