12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- #ifndef NCURSES_UNCTRL_H_incl
- #define NCURSES_UNCTRL_H_incl 1
- #undef NCURSES_VERSION
- #define NCURSES_VERSION "6.0"
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include <curses.h>
- #undef unctrl
- NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
- #if 0
- NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|