ncursesw-morphos/c++/internal.h
Thomas E. Dickey 3a9b6a3bf0 ncurses 4.1
1997-05-14 23:00:00 -05:00

15 lines
237 B
C

#ifndef CPLUS_INTERNAL_H
#define CPLUS_INTERNAL_H 1
#include <ncurses_cfg.h>
#ifdef USE_RCS_IDS
#define MODULE_ID(id) static const char Ident[] = id;
#else
#define MODULE_ID(id) /*nothing*/
#endif
#define CTRL(x) ((x) & 0x1f)
#endif