bonsoir,
quelqu’un peut-il me dire à quel paquet appartiennent ces fonctions : initscr ; stdscr, wborder, wmove ; waddnst
merci
bonsoir,
quelqu’un peut-il me dire à quel paquet appartiennent ces fonctions : initscr ; stdscr, wborder, wmove ; waddnst
merci
Déclaré dans curses.h :
[quote]extern NCURSES_EXPORT(WINDOW *) initscr (void);
extern NCURSES_EXPORT_VAR(WINDOW *) stdscr;
extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);
extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int);
extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int);[/quote]
Paquet libncurses5-dev