9 lines
109 B
C
9 lines
109 B
C
|
/*
|
||
|
* NcLooper--- interface curses, fonctions de base
|
||
|
*/
|
||
|
|
||
|
|
||
|
int init_ecran(char *txt);
|
||
|
int fin_ecran(void);
|
||
|
|