ncursesw-morphos/c++/internal.h

15 lines
237 B
C
Raw Normal View History

1997-05-15 12:00:00 +08:00
#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