1 2 3 4 5 6 7
extern void ncurs_init(); extern void ncurs_cleanup(); int main() { ncurs_init(); ncurs_cleanup(); }