You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* NcLooper--- interface curses, fonctions de base
|
|
*/
|
|
|
|
#include <curses.h>
|
|
|
|
int init_ecran(const char *txt);
|
|
int fin_ecran(void);
|
|
|
|
int idx2position(int idx, int *prow, int *pcol);
|
|
|