8 lines
128 B
C
8 lines
128 B
C
#ifdef __hpux
|
|
#define _XOPEN_SOURCE_EXTENDED
|
|
#define _BOOL_DEFINED
|
|
#endif /* __hpux */
|
|
|
|
#include <curses.h>
|
|
#include <form.h>
|