举世闻名的joe记事本源程序

源代码在线查看: ushell.h

软件大小: 600 K
上传用户: diablo_he1987
关键词: joe 记事本 源程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * 	Shell-window functions				 *	Copyright (C) 1992 Joseph H. Allen				 *				 *	This file is part of JOE (Joe's Own Editor)				 */				#ifndef _JOE_USHELL_H				#define _JOE_USHELL_H 1								int ubknd PARAMS((BW *bw));				int ukillpid PARAMS((BW *bw));				int urun PARAMS((BW *bw));				int ubuild PARAMS((BW *bw));				int ugrep PARAMS((BW *bw));				int cstart PARAMS((BW *bw, unsigned char *name, unsigned char **s, void *obj, int *notify, int build, int out_only));								extern B *runhist; /* Shell command history */				extern B *buildhist; /* Build command history */				extern B *grephist; /* Grep command history */								#endif							

相关资源