/* * Funzioni di interfaccia * */ #ifndef __NCGUI_H #define __NCGUI_H #include void wnd_border ( WINDOW * ); void wnd_clear ( WINDOW*, const char* ); void wnd_prompt ( WINDOW*, int, int, char*, int ); #endif // __NCGUI_H