00001 /*@A (C) 1992 Allen I. Holub */ 00002 #ifndef __CUR_H 00003 #define __CUR_H 00004 00005 #include <stdio.h> 00006 #include <stdlib.h> 00007 #include <ctype.h> 00008 #include <stdarg.h> /* va_list and va_start (ANSI) */ 00009 #include "curses.h" /* routines in the library. */ 00010 #include "termlib.h" 00011 #include "box.h" /* of IBM box-drawing characters */ 00012 #include "proto.h" /* function prototypes for curses functions */ 00013 /* (distributed on disk but not printed here */ 00014 00015 #endif /* __CUR_H */