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

📄 llib-lncursesw

📁 ncurses 库 可能有用酒用 没用就算了 我觉得还可以用
💻
📖 第 1 页 / 共 5 页
字号:
		WINDOW	*win)		{ /* void */ }#undef dupwinWINDOW	*dupwin(		WINDOW	*win)		{ return(*(WINDOW **)0); }/* ./base/nc_panel.c */#undef _nc_panelhookstruct panelhook *_nc_panelhook(void)		{ return(*(struct panelhook **)0); }/* ./base/safe_sprintf.c */#undef _nc_printf_stringchar	*_nc_printf_string(		const char *fmt, 		va_list	ap)		{ return(*(char **)0); }/* ./tty/tty_update.c */#include <sys/time.h>#include <sys/times.h>#undef doupdateint	doupdate(void)		{ return(*(int *)0); }#undef _nc_scrollnint	_nc_scrolln(		int	n, 		int	top, 		int	bot, 		int	maxy)		{ return(*(int *)0); }#undef _nc_screen_resumevoid	_nc_screen_resume(void)		{ /* void */ }#undef _nc_screen_initvoid	_nc_screen_init(void)		{ /* void */ }#undef _nc_screen_wrapvoid	_nc_screen_wrap(void)		{ /* void */ }#undef _nc_do_xmc_glitchvoid	_nc_do_xmc_glitch(		attr_t	previous)		{ /* void */ }/* ./trace/varargs.c */typedef enum {    atUnknown = 0, atInteger, atFloat, atPoint, atString} ARGTYPE;#undef _nc_varargschar	*_nc_varargs(		const char *fmt, 		va_list	ap)		{ return(*(char **)0); }/* ./base/memmove.c */#undef _nc_memmovevoid	_nc_memmove(void)		{ /* void */ }/* ./base/vsscanf.c */#undef _nc_vsscanfvoid	_nc_vsscanf(void)		{ /* void */ }/* ./base/lib_freeall.c */#include <term_entry.h>#undef _nc_freeallvoid	_nc_freeall(void)		{ /* void */ }/* ./widechar/charable.c */#undef _nc_is_charableNCURSES_BOOL _nc_is_charable(		wchar_t	ch)		{ return(*(NCURSES_BOOL *)0); }#undef _nc_to_charint	_nc_to_char(		wint_t	ch)		{ return(*(int *)0); }#undef _nc_to_widecharwint_t	_nc_to_widechar(		int	ch)		{ return(*(wint_t *)0); }/* ./widechar/lib_add_wch.c */#undef wadd_wchint	wadd_wch(		WINDOW	*win, 		const cchar_t *wch)		{ return(*(int *)0); }#undef wecho_wcharint	wecho_wchar(		WINDOW	*win, 		const cchar_t *wch)		{ return(*(int *)0); }/* ./widechar/lib_box_set.c */#undef wborder_setint	wborder_set(		WINDOW	*win, 		const cchar_t *ls, 		const cchar_t *rs, 		const cchar_t *ts, 		const cchar_t *bs, 		const cchar_t *tl, 		const cchar_t *tr, 		const cchar_t *bl, 		const cchar_t *br)		{ return(*(int *)0); }/* ./widechar/lib_cchar.c */#undef setccharint	setcchar(		cchar_t	*wcval, 		const wchar_t *wch, 		const attr_t attrs, 		short	color_pair, 		const void *opts)		{ return(*(int *)0); }#undef getccharint	getcchar(		const cchar_t *wcval, 		wchar_t	*wch, 		attr_t	*attrs, 		short	*color_pair, 		void	*opts)		{ return(*(int *)0); }/* ./widechar/lib_get_wch.c */#undef wget_wchint	wget_wch(		WINDOW	*win, 		wint_t	*result)		{ return(*(int *)0); }/* ./widechar/lib_erasewchar.c */#undef erasewcharint	erasewchar(		wchar_t	*wch)		{ return(*(int *)0); }#undef killwcharint	killwchar(		wchar_t	*wch)		{ return(*(int *)0); }/* ./widechar/lib_get_wstr.c */#undef wgetn_wstrint	wgetn_wstr(		WINDOW	*win, 		wint_t	*str, 		int	maxlen)		{ return(*(int *)0); }/* ./widechar/lib_hline_set.c */#undef whline_setint	whline_set(		WINDOW	*win, 		const cchar_t *ch, 		int	n)		{ return(*(int *)0); }/* ./widechar/lib_in_wch.c */#undef win_wchint	win_wch(		WINDOW	*win, 		cchar_t	*wcval)		{ return(*(int *)0); }/* ./widechar/lib_in_wchnstr.c */#undef win_wchnstrint	win_wchnstr(		WINDOW	*win, 		cchar_t	*wchstr, 		int	n)		{ return(*(int *)0); }/* ./widechar/lib_ins_wch.c */#undef wins_wchint	wins_wch(		WINDOW	*win, 		const cchar_t *wch)		{ return(*(int *)0); }#undef wins_nwstrint	wins_nwstr(		WINDOW	*win, 		const wchar_t *wstr, 		int	n)		{ return(*(int *)0); }/* ./widechar/lib_inwstr.c */#undef winnwstrint	winnwstr(		WINDOW	*win, 		wchar_t	*wstr, 		int	n)		{ return(*(int *)0); }#undef winwstrint	winwstr(		WINDOW	*win, 		wchar_t	*wstr)		{ return(*(int *)0); }/* ./widechar/lib_pecho_wchar.c */#undef pecho_wcharint	pecho_wchar(		WINDOW	*pad, 		const cchar_t *wch)		{ return(*(int *)0); }/* ./widechar/lib_slk_wset.c */#undef slk_wsetint	slk_wset(		int	i, 		const wchar_t *astr, 		int	format)		{ return(*(int *)0); }/* ./widechar/lib_unget_wch.c */#undef _nc_wcrtombsize_t	_nc_wcrtomb(		char	*target, 		wchar_t	source, 		mbstate_t *state)		{ return(*(size_t *)0); }#undef unget_wchint	unget_wch(		const wchar_t wch)		{ return(*(int *)0); }/* ./widechar/lib_vid_attr.c */#undef vid_putsint	vid_puts(		attr_t	newmode, 		short	pair, 		void	*opts, 		int	(*outc)(		int	p1))		{ return(*(int *)0); }#undef vid_attrint	vid_attr(		attr_t	newmode, 		short	pair, 		void	*opts)		{ return(*(int *)0); }#undef term_attrsattr_t	term_attrs(void)		{ return(*(attr_t *)0); }/* ./widechar/lib_vline_set.c */#undef wvline_setint	wvline_set(		WINDOW	*win, 		const cchar_t *ch, 		int	n)		{ return(*(int *)0); }/* ./widechar/lib_wacs.c */#undef _nc_wacscchar_t	*_nc_wacs;#undef _nc_init_wacsvoid	_nc_init_wacs(void)		{ /* void */ }/* ./widechar/lib_wunctrl.c */#undef wunctrlwchar_t	*wunctrl(		cchar_t	*wc)		{ return(*(wchar_t **)0); }/* ./expanded.c */#undef _nc_toggle_attr_onvoid	_nc_toggle_attr_on(		attr_t	*S, 		attr_t	at)		{ /* void */ }#undef _nc_toggle_attr_offvoid	_nc_toggle_attr_off(		attr_t	*S, 		attr_t	at)		{ /* void */ }#undef _nc_DelCharCostint	_nc_DelCharCost(		int	count)		{ return(*(int *)0); }#undef _nc_InsCharCostint	_nc_InsCharCost(		int	count)		{ return(*(int *)0); }#undef _nc_UpdateAttrsvoid	_nc_UpdateAttrs(		cchar_t	c)		{ /* void */ }/* ./base/lib_dft_fgbg.c */#undef use_default_colorsint	use_default_colors(void)		{ return(*(int *)0); }#undef assume_default_colorsint	assume_default_colors(		int	fg, 		int	bg)		{ return(*(int *)0); }/* ./tinfo/lib_print.c */#undef mcprintint	mcprint(		char	*data, 		int	len)		{ return(*(int *)0); }/* ./base/resizeterm.c */#undef is_term_resizedNCURSES_BOOL is_term_resized(		int	ToLines, 		int	ToCols)		{ return(*(NCURSES_BOOL *)0); }#undef resize_termint	resize_term(		int	ToLines, 		int	ToCols)		{ return(*(int *)0); }#undef resizetermint	resizeterm(		int	ToLines, 		int	ToCols)		{ return(*(int *)0); }/* ./trace/trace_xnames.c */#undef _nc_trace_xnamesvoid	_nc_trace_xnames(		TERMTYPE *tp)		{ /* void */ }/* ./base/wresize.c */#undef wresizeint	wresize(		WINDOW	*win, 		int	ToLines, 		int	ToCols)		{ return(*(int *)0); }/* ./tinfo/access.c */#include <nc_alloc.h>#undef _nc_rootnamechar	*_nc_rootname(		char	*path)		{ return(*(char **)0); }#undef _nc_pathlastunsigned _nc_pathlast(		const char *path)		{ return(*(unsigned *)0); }#undef _nc_basenamechar	*_nc_basename(		char	*path)		{ return(*(char **)0); }#undef _nc_accessint	_nc_access(		const char *path, 		int	mode)		{ return(*(int *)0); }#undef _nc_env_accessint	_nc_env_access(void)		{ return(*(int *)0); }/* ./tinfo/add_tries.c */#undef _nc_add_to_tryvoid	_nc_add_to_try(		struct tries **tree, 		const char *str, 		unsigned short code)		{ /* void */ }/* ./tinfo/alloc_entry.c */#undef _nc_init_entryvoid	_nc_init_entry(		TERMTYPE *const tp)		{ /* void */ }#undef _nc_copy_entryENTRY	*_nc_copy_entry(		ENTRY	*oldp)		{ return(*(ENTRY **)0); }#undef _nc_save_strchar	*_nc_save_str(		const char *const string)		{ return(*(char **)0); }#undef _nc_wrap_entryvoid	_nc_wrap_entry(		ENTRY	*const ep, 		NCURSES_BOOL copy_strings)		{ /* void */ }#undef _nc_merge_entryvoid	_nc_merge_entry(		TERMTYPE *const to, 		TERMTYPE *const from)		{ /* void */ }/* ./tinfo/alloc_ttype.c */#undef _nc_align_termtypevoid	_nc_align_termtype(		TERMTYPE *to, 		TERMTYPE *from)		{ /* void */ }#undef _nc_copy_termtypevoid	_nc_copy_termtype(		TERMTYPE *dst, 		TERMTYPE *src)		{ /* void */ }/* ./tinfo/captoinfo.c */#undef _nc_captoinfochar	*_nc_captoinfo(		const char *cap, 		const char *s, 		int const parameterized)		{ return(*(char **)0); }#undef _nc_infotocapchar	*_nc_infotocap(		const char *cap, 		const char *str, 		int const parameterized)		{ return(*(char **)0); }/* ./codes.c */#undef boolcodeschar	*const boolcodes[] = {0};#undef numcodeschar	*const numcodes[] = {0};#undef strcodeschar	*const strcodes[] = {0};/* ./comp_captab.c */#include <ncurses_cfg.h>#undef _nc_info_hash_tableconst struct name_table_entry *const _nc_info_hash_table[995] = {0};#undef _nc_cap_hash_tableconst struct name_table_entry *const _nc_cap_hash_table[995] = {0};#undef _nc_capalias_tableconst struct alias _nc_capalias_table[] = {0};#undef _nc_infoalias_tableconst struct alias _nc_infoalias_table[] = {0};#undef _nc_get_tableconst struct name_table_entry *_nc_get_table(		NCURSES_BOOL termcap)		{ return(*(const struct name_table_entry **)0); }#undef _nc_get_hash_tableconst struct name_table_entry *const *_nc_get_hash_table(		NCURSES_BOOL termcap)		{ return(*(const struct name_table_entry **)0); }/* ./tinfo/comp_error.c */#undef _nc_suppress_warningsNCURSES_BOOL _nc_suppress_warnings;#undef _nc_curr_lineint	_nc_curr_line;#undef _nc_curr_colint	_nc_curr_col;#undef _nc_set_sourcevoid	_nc_set_source(		const char *const name)		{ /* void */ }#undef _nc_set_typevoid	_nc_set_type(		const char *const name)		{ /* void */ }#undef _nc_get_typevoid	_nc_get_type(		char	*name)		{ /* void */ }#undef _nc_warningvoid	_nc_warning(		const char *const fmt, 		...)		{ /* void */ }#undef _nc_err_abortvoid	_nc_err_abort(		const char *const fmt, 		...)		{ /* void */ }#undef _nc_syserr_abortvoid	_nc_syserr_abort(		const char *const fmt, 		...)		{ /* void */ }/* ./tinfo/comp_expand.c */#undef _nc_tic_expandchar	*_nc_tic_expand(		const char *srcp, 		NCURSES_BOOL tic_format, 		int	numbers)		{ return(*(char **)0); }/* ./tinfo/comp_hash.c */#include <hashsize.h>#undef _nc_find_entrystruct name_table_entry const *_nc_find_entry(		const char *string, 		const struct name_table_entry *const *hash_table)		{ return(*(struct name_table_entry const **)0); }#undef _nc_find_type_entrystruct name_table_entry const *_nc_find_type_entry(		const char *string, 		int	type, 		const struct name_table_entry *table)		{ return(*(struct name_table_entry const **)0); }/* ./tinfo/comp_parse.c */#undef _nc_check_termtype2void	(*_nc_check_termtype2)(		TERMTYPE *p1, 		NCURSES_BOOL p2);#undef _nc_check_termtypevoid	(*_nc_check_termtype)(		TERMTYPE *p1);#undef _nc_headENTRY	*_nc_head;#undef _nc_tailENTRY	*_nc_tail;#undef _nc_free_entriesvoid	_nc_free_entries(		ENTRY	*headp)		{ /* void */ }#undef _nc_delink_entryENTRY	*_nc_delink_entry(		ENTRY	*headp, 		TERMTYPE *tterm)		{ return(*(ENTRY **)0); }#undef _nc_free_entryvoid	_nc_free_entry(		ENTRY	*headp, 		TERMTYPE *tterm)		{ /* void */ }#undef _nc_entry_matchNCURSES_BOOL _nc_entry_match(		char	*n1, 		char	*n2)		{ return(*(NCURSES_BOOL *)0); }#undef _nc_read_entry_sourcevoid	_nc_read_entry_source(		FILE	*fp, 		char	*buf, 		int	literal, 		NCURSES_BOOL silent, 		NCURSES_BOOL (*hook)(		ENTRY	*p1))		{ /* void */ }#undef _nc_resolve_uses2int	_nc_resolve_uses2(		NCURSES_BOOL fullresolve, 		NCURSES_BOOL literal)		{ return(*(int *)0); }#undef _nc_resolve_usesint	_nc_resolve_uses(		NCURSES_BOOL fullresolve)		{ return(*(int *)0); }/* ./tinfo/comp_scan.c */#undef _nc_syntaxint	_nc_syntax;#undef _nc_curr_file_poslong	_nc_curr_file_pos;#undef _nc_comment_startlong	_nc_comment_start;#undef _nc_comment_endlong	_nc_comment_end;#undef _nc_start_linelong	_nc_start_line;#undef _nc_curr_tokenstruct token _nc_curr_token;#undef _nc_disable_periodNCURSES_BOOL _nc_disable_period;#undef _nc_reset_inputvoid	_nc_reset_input(		FILE	*fp, 		char	*buf)		{ /* void */ }#undef _nc_get_tokenint	_nc_get_token(		NCURSES_BOOL silent)		{ return(*(int *)0); }#undef _nc_trans_stringint	_nc_trans_string(		char	*ptr, 		char	*last)		{ return(*(int *)0); }#undef _nc_push_tokenvoid	_nc_push_token(		int	tokclass)		{ /* void */ }#undef _nc_panic_modevoid	_nc_panic_mode(		char	ch)		{ /* void */ }/* ./tinfo/doalloc.c */#undef _nc_doallocvoid	*_nc_doalloc(		void	*oldp, 		size_t	amount)		{ return(*(void **)0); }/* ./fallback.c */#undef _nc_fallbackconst TERMTYPE *_nc_fallback(		const char *name)		{ return(*(const TERMTYPE **)0); }/* ./tinfo/free_ttype.c */#undef _nc_free_termtypevoid	_nc_free_termtype(		TERMTYPE *ptr)		{ /* void */ }#undef _nc_user_definableNCURSES_BOOL _nc_user_definable;#undef use_extended_namesint	use_extended_names(		NCURSES_BOOL flag)		{ return(*(int *)0); }/* ./tinfo/getenv_num.c */#undef _nc_getenv_numint	_nc_getenv_num(		const char *name)		{ return(*(int *)0); }/* ./tinfo/home_terminfo.c */#undef _nc_home_terminfochar	*_nc_home_terminfo(void)		{ return(*(char **)0); }/* ./tinfo/init_keytry.c */#if 0#include <init_keytry.h>#undef _nc_tinfo_fkeysstruct tinfo_fkeys _nc_tinfo_fkeys[];#endif#undef _nc_init_keytryvoid	_nc_init_keytry(void)		{ /* void */ }/* ./tinfo/lib_acs.c */#undef acs_mapchtype	acs_map[128];#undef _nc_init_acsvoid	_nc_init_acs(void)		{ /* void */ }/* ./tinfo/lib_baudrate.c */#include <termcap.h>struct speed {    int s;     int sp; };#undef _nc_baudrateint	_nc_baudrate(		int	OSpeed)		{ return(*(int *)0); }#undef _nc_ospeedint	_nc_ospeed(		int	BaudRate)		{ return(*(int *)0); }#undef baudrateint	baudrate(void)		{ return(*(int *)0); }/* ./tinfo/lib_cur_term.c */

⌨️ 快捷键说明

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