cur.h

来自「一个c语言写做的编译器的源码」· C头文件 代码 · 共 17 行

H
17
字号
/*@A (C) 1992 Allen I. Holub                                                */
#ifndef __CUR_H
#define __CUR_H

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <curses.h>	   /* routines in the library.		*/
#include <stdarg.h>	   /* va_list and va_start (ANSI)	*/
#include <tools/debug.h>
#include <tools/termlib.h>
#include <tools/box.h>     /* of IBM box-drawing characters	 	*/
#include "proto.h"	   /* function prototypes for curses functions  */
			   /* (distributed on disk but not printed here */

#endif /* __CUR_H */

⌨️ 快捷键说明

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