⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getcomm.h

📁 操作系统源代码
💻 H
字号:
/* Copyright (c) 1985 Ceriel J.H. Jacobs *//* $Header: getcomm.h,v 7.0 86/12/05 09:36:21 ceriel Exp $ */# ifndef _GETCOMM_# define PUBLIC extern# else# define PUBLIC# endifint	getcomm();/* * int getcomm() * * Reads commands given by the user. The command is returned. */VOID	shellescape();/* * void shellescape(command) * char *command;		The shell command to be executed * * Expands '%' and '!' in the command "command" to the current filename * and the previous command respectively, and then executes "command". */char *	readline();/* * char * readline(prompt) * char *prompt;		Prompt given to the user * * Gives a prompt "prompt" and reads a line to be typed in by the user. * A pointer to this line is returned. Space for this line is static. */# undef PUBLIC

⌨️ 快捷键说明

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