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

📄 llib-lncursesw

📁 ncurses 库 可能有用酒用 没用就算了 我觉得还可以用
💻
📖 第 1 页 / 共 5 页
字号:
#undef initscrWINDOW	*initscr(void)		{ return(*(WINDOW **)0); }/* ./base/lib_insch.c */#undef _nc_insert_chint	_nc_insert_ch(		WINDOW	*win, 		chtype	ch)		{ return(*(int *)0); }#undef winschint	winsch(		WINDOW	*win, 		chtype	c)		{ return(*(int *)0); }/* ./base/lib_insdel.c */#undef winsdellnint	winsdelln(		WINDOW	*win, 		int	n)		{ return(*(int *)0); }/* ./base/lib_insnstr.c */#undef winsnstrint	winsnstr(		WINDOW	*win, 		const char *s, 		int	n)		{ return(*(int *)0); }/* ./base/lib_instr.c */#undef winnstrint	winnstr(		WINDOW	*win, 		char	*str, 		int	n)		{ return(*(int *)0); }/* ./base/lib_isendwin.c */#undef isendwinNCURSES_BOOL isendwin(void)		{ return(*(NCURSES_BOOL *)0); }/* ./base/lib_leaveok.c */#undef leaveokint	leaveok(		WINDOW	*win, 		NCURSES_BOOL flag)		{ return(*(int *)0); }/* ./base/lib_mouse.c */#undef getmouseint	getmouse(		MEVENT	*aevent)		{ return(*(int *)0); }#undef ungetmouseint	ungetmouse(		MEVENT	*aevent)		{ return(*(int *)0); }#undef mousemaskmmask_t	mousemask(		mmask_t	newmask, 		mmask_t	*oldmask)		{ return(*(mmask_t *)0); }#undef wencloseNCURSES_BOOL wenclose(		const WINDOW *win, 		int	y, 		int	x)		{ return(*(NCURSES_BOOL *)0); }#undef mouseintervalint	mouseinterval(		int	maxclick)		{ return(*(int *)0); }#undef _nc_has_mouseint	_nc_has_mouse(void)		{ return(*(int *)0); }#undef wmouse_trafoNCURSES_BOOL wmouse_trafo(		const WINDOW *win, 		int	*pY, 		int	*pX, 		NCURSES_BOOL to_screen)		{ return(*(NCURSES_BOOL *)0); }/* ./base/lib_move.c */#undef wmoveint	wmove(		WINDOW	*win, 		int	y, 		int	x)		{ return(*(int *)0); }/* ./tty/lib_mvcur.c */#undef _nc_msec_costint	_nc_msec_cost(		const char *const cap, 		int	affcnt)		{ return(*(int *)0); }#undef _nc_mvcur_resumevoid	_nc_mvcur_resume(void)		{ /* void */ }#undef _nc_mvcur_initvoid	_nc_mvcur_init(void)		{ /* void */ }#undef _nc_mvcur_wrapvoid	_nc_mvcur_wrap(void)		{ /* void */ }#undef mvcurint	mvcur(		int	yold, 		int	xold, 		int	ynew, 		int	xnew)		{ return(*(int *)0); }#undef _nc_optimize_enableint	_nc_optimize_enable;/* ./base/lib_mvwin.c */#undef mvwinint	mvwin(		WINDOW	*win, 		int	by, 		int	bx)		{ return(*(int *)0); }/* ./base/lib_newterm.c */#undef filtervoid	filter(void)		{ /* void */ }#undef newtermSCREEN	*newterm(		char	*name, 		FILE	*ofp, 		FILE	*ifp)		{ return(*(SCREEN **)0); }/* ./base/lib_newwin.c */#undef _nc_freewinint	_nc_freewin(		WINDOW	*win)		{ return(*(int *)0); }#undef newwinWINDOW	*newwin(		int	num_lines, 		int	num_columns, 		int	begy, 		int	begx)		{ return(*(WINDOW **)0); }#undef derwinWINDOW	*derwin(		WINDOW	*orig, 		int	num_lines, 		int	num_columns, 		int	begy, 		int	begx)		{ return(*(WINDOW **)0); }#undef subwinWINDOW	*subwin(		WINDOW	*w, 		int	l, 		int	c, 		int	y, 		int	x)		{ return(*(WINDOW **)0); }#undef _nc_makenewWINDOW	*_nc_makenew(		int	num_lines, 		int	num_columns, 		int	begy, 		int	begx, 		int	flags)		{ return(*(WINDOW **)0); }/* ./base/lib_nl.c */#undef nlint	nl(void)		{ return(*(int *)0); }#undef nonlint	nonl(void)		{ return(*(int *)0); }/* ./base/lib_overlay.c */#undef overlayint	overlay(		const WINDOW *win1, 		WINDOW	*win2)		{ return(*(int *)0); }#undef overwriteint	overwrite(		const WINDOW *win1, 		WINDOW	*win2)		{ return(*(int *)0); }#undef copywinint	copywin(		const WINDOW *src, 		WINDOW	*dst, 		int	sminrow, 		int	smincol, 		int	dminrow, 		int	dmincol, 		int	dmaxrow, 		int	dmaxcol, 		int	over)		{ return(*(int *)0); }/* ./base/lib_pad.c */#undef newpadWINDOW	*newpad(		int	l, 		int	c)		{ return(*(WINDOW **)0); }#undef subpadWINDOW	*subpad(		WINDOW	*orig, 		int	l, 		int	c, 		int	begy, 		int	begx)		{ return(*(WINDOW **)0); }#undef prefreshint	prefresh(		WINDOW	*win, 		int	pminrow, 		int	pmincol, 		int	sminrow, 		int	smincol, 		int	smaxrow, 		int	smaxcol)		{ return(*(int *)0); }#undef pnoutrefreshint	pnoutrefresh(		WINDOW	*win, 		int	pminrow, 		int	pmincol, 		int	sminrow, 		int	smincol, 		int	smaxrow, 		int	smaxcol)		{ return(*(int *)0); }#undef pechocharint	pechochar(		WINDOW	*pad, 		const chtype ch)		{ return(*(int *)0); }/* ./base/lib_printw.c */#undef printwint	printw(		const char *fmt, 		...)		{ return(*(int *)0); }#undef wprintwint	wprintw(		WINDOW	*win, 		const char *fmt, 		...)		{ return(*(int *)0); }#undef mvprintwint	mvprintw(		int	y, 		int	x, 		const char *fmt, 		...)		{ return(*(int *)0); }#undef mvwprintwint	mvwprintw(		WINDOW	*win, 		int	y, 		int	x, 		const char *fmt, 		...)		{ return(*(int *)0); }#undef vwprintwint	vwprintw(		WINDOW	*win, 		const char *fmt, 		va_list	argp)		{ return(*(int *)0); }/* ./base/lib_redrawln.c */#undef wredrawlnint	wredrawln(		WINDOW	*win, 		int	beg, 		int	num)		{ return(*(int *)0); }/* ./base/lib_refresh.c */#undef wrefreshint	wrefresh(		WINDOW	*win)		{ return(*(int *)0); }#undef wnoutrefreshint	wnoutrefresh(		WINDOW	*win)		{ return(*(int *)0); }/* ./base/lib_restart.c */#undef restarttermint	restartterm(		char	*termp, 		int	filenum, 		int	*errret)		{ return(*(int *)0); }/* ./base/lib_scanw.c */#undef vwscanwint	vwscanw(		WINDOW	*win, 		char	*fmt, 		va_list	argp)		{ return(*(int *)0); }#undef scanwint	scanw(		char	*fmt, 		...)		{ return(*(int *)0); }#undef wscanwint	wscanw(		WINDOW	*win, 		char	*fmt, 		...)		{ return(*(int *)0); }#undef mvscanwint	mvscanw(		int	y, 		int	x, 		char	*fmt, 		...)		{ return(*(int *)0); }#undef mvwscanwint	mvwscanw(		WINDOW	*win, 		int	y, 		int	x, 		char	*fmt, 		...)		{ return(*(int *)0); }/* ./base/lib_screen.c */#undef getwinWINDOW	*getwin(		FILE	*filep)		{ return(*(WINDOW **)0); }#undef putwinint	putwin(		WINDOW	*win, 		FILE	*filep)		{ return(*(int *)0); }#undef scr_restoreint	scr_restore(		const char *file)		{ return(*(int *)0); }#undef scr_dumpint	scr_dump(		const char *file)		{ return(*(int *)0); }#undef scr_initint	scr_init(		const char *file)		{ return(*(int *)0); }#undef scr_setint	scr_set(		const char *file)		{ return(*(int *)0); }/* ./base/lib_scroll.c */#undef _nc_scroll_windowvoid	_nc_scroll_window(		WINDOW	*win, 		int const n, 		short const top, 		short const bottom, 		cchar_t	blank)		{ /* void */ }#undef wscrlint	wscrl(		WINDOW	*win, 		int	n)		{ return(*(int *)0); }/* ./base/lib_scrollok.c */#undef scrollokint	scrollok(		WINDOW	*win, 		NCURSES_BOOL flag)		{ return(*(int *)0); }/* ./base/lib_scrreg.c */#undef wsetscrregint	wsetscrreg(		WINDOW	*win, 		int	top, 		int	bottom)		{ return(*(int *)0); }/* ./base/lib_set_term.c */#undef set_termSCREEN	*set_term(		SCREEN	*screenp)		{ return(*(SCREEN **)0); }#undef delscreenvoid	delscreen(		SCREEN	*sp)		{ /* void */ }#undef _nc_setupscreenint	_nc_setupscreen(		short	slines, 		short const scolumns, 		FILE	*output)		{ return(*(int *)0); }#undef _nc_ripofflineint	_nc_ripoffline(		int	line, 		int	(*init)(		WINDOW	*p1, 		int	p2))		{ return(*(int *)0); }#undef ripofflineint	ripoffline(		int	line, 		int	(*init)(		WINDOW	*p1, 		int	p2))		{ return(*(int *)0); }/* ./base/lib_slk.c */#undef _nc_slk_formatint	_nc_slk_format;#undef _nc_slk_initializeint	_nc_slk_initialize(		WINDOW	*stwin, 		int	cols)		{ return(*(int *)0); }#undef slk_restoreint	slk_restore(void)		{ return(*(int *)0); }/* ./base/lib_slkatr_set.c */#undef slk_attr_setint	slk_attr_set(		const attr_t attr, 		short	color_pair_number, 		void	*opts)		{ return(*(int *)0); }/* ./base/lib_slkatrof.c */#undef slk_attroffint	slk_attroff(		const chtype attr)		{ return(*(int *)0); }/* ./base/lib_slkatron.c */#undef slk_attronint	slk_attron(		const chtype attr)		{ return(*(int *)0); }/* ./base/lib_slkatrset.c */#undef slk_attrsetint	slk_attrset(		const chtype attr)		{ return(*(int *)0); }/* ./base/lib_slkattr.c */#undef slk_attrattr_t	slk_attr(void)		{ return(*(attr_t *)0); }/* ./base/lib_slkclear.c */#undef slk_clearint	slk_clear(void)		{ return(*(int *)0); }/* ./base/lib_slkcolor.c */#undef slk_colorint	slk_color(		short	color_pair_number)		{ return(*(int *)0); }/* ./base/lib_slkinit.c */#undef slk_initint	slk_init(		int	format)		{ return(*(int *)0); }/* ./base/lib_slklab.c */#undef slk_labelchar	*slk_label(		int	n)		{ return(*(char **)0); }/* ./base/lib_slkrefr.c */#undef slk_noutrefreshint	slk_noutrefresh(void)		{ return(*(int *)0); }#undef slk_refreshint	slk_refresh(void)		{ return(*(int *)0); }/* ./base/lib_slkset.c */#include <wctype.h>#undef slk_setint	slk_set(		int	i, 		const char *astr, 		int	format)		{ return(*(int *)0); }/* ./base/lib_slktouch.c */#undef slk_touchint	slk_touch(void)		{ return(*(int *)0); }/* ./base/lib_touch.c */#undef is_linetouchedNCURSES_BOOL is_linetouched(		WINDOW	*win, 		int	line)		{ return(*(NCURSES_BOOL *)0); }#undef is_wintouchedNCURSES_BOOL is_wintouched(		WINDOW	*win)		{ return(*(NCURSES_BOOL *)0); }#undef wtouchlnint	wtouchln(		WINDOW	*win, 		int	y, 		int	n, 		int	changed)		{ return(*(int *)0); }/* ./trace/lib_traceatr.c */#undef _traceattr2char	*_traceattr2(		int	bufnum, 		attr_t	newmode)		{ return(*(char **)0); }#undef _traceattrchar	*_traceattr(		attr_t	newmode)		{ return(*(char **)0); }#undef _nc_retrace_attr_tattr_t	_nc_retrace_attr_t(		attr_t	code)		{ return(*(attr_t *)0); }#undef _nc_altcharset_nameconst char *_nc_altcharset_name(		attr_t	attr, 		chtype	ch)		{ return(*(const char **)0); }#undef _tracechtype2char	*_tracechtype2(		int	bufnum, 		chtype	ch)		{ return(*(char **)0); }#undef _tracechtypechar	*_tracechtype(		chtype	ch)		{ return(*(char **)0); }#undef _nc_retrace_chtypechtype	_nc_retrace_chtype(		chtype	code)		{ return(*(chtype *)0); }#undef _tracecchar_t2char	*_tracecchar_t2(		int	bufnum, 		const cchar_t *ch)		{ return(*(char **)0); }#undef _tracecchar_tchar	*_tracecchar_t(		const cchar_t *ch)		{ return(*(char **)0); }/* ./trace/lib_tracedmp.c */#undef _tracedumpvoid	_tracedump(		const char *name, 		WINDOW	*win)		{ /* void */ }/* ./trace/lib_tracemse.c */#undef _tracemousechar	*_tracemouse(		MEVENT const *ep)		{ return(*(char **)0); }/* ./tty/lib_tstp.c */#include <SigAction.h>#undef _nc_signal_handlervoid	_nc_signal_handler(		NCURSES_BOOL enable)		{ /* void */ }/* ./base/lib_ungetch.c */#undef _nc_fifo_dumpvoid	_nc_fifo_dump(void)		{ /* void */ }#undef ungetchint	ungetch(		int	ch)		{ return(*(int *)0); }/* ./tty/lib_vidattr.c */#undef vidputsint	vidputs(		chtype	newmode, 		int	(*outc)(		int	p1))		{ return(*(int *)0); }#undef vidattrint	vidattr(		chtype	newmode)		{ return(*(int *)0); }#undef termattrschtype	termattrs(void)		{ return(*(chtype *)0); }/* ./base/lib_vline.c */#undef wvlineint	wvline(		WINDOW	*win, 		chtype	ch, 		int	n)		{ return(*(int *)0); }/* ./base/lib_wattroff.c */#undef wattr_offint	wattr_off(		WINDOW	*win, 		attr_t	at, 		void	*opts)		{ return(*(int *)0); }/* ./base/lib_wattron.c */#undef wattr_onint	wattr_on(		WINDOW	*win, 		attr_t	at, 		void	*opts)		{ return(*(int *)0); }/* ./base/lib_winch.c */#undef winchchtype	winch(		WINDOW	*win)		{ return(*(chtype *)0); }/* ./base/lib_window.c */#undef _nc_synchookvoid	_nc_synchook(		WINDOW	*win)		{ /* void */ }#undef mvderwinint	mvderwin(		WINDOW	*win, 		int	y, 		int	x)		{ return(*(int *)0); }#undef syncokint	syncok(		WINDOW	*win, 		NCURSES_BOOL bf)		{ return(*(int *)0); }#undef wsyncupvoid	wsyncup(		WINDOW	*win)		{ /* void */ }#undef wsyncdownvoid	wsyncdown(		WINDOW	*win)		{ /* void */ }#undef wcursyncupvoid	wcursyncup(

⌨️ 快捷键说明

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