ncurses/inc/ncurses.h

10 lines
95 B
C

#ifndef __NCURSES__
#define __NCURSES__
#include <curses.h>
#include "macros.h"
#endif