@@ -0,0 +1,19 @@
#include "affichage.h"
#include<stdio.h>
#include <graph.h>
int main(void){
int k;
init_affichage();
while(1){
if (ToucheEnAttente()){
k = Touche();
if (k == XK_q)break;
}
fermer_affichage();
return 0;
The note is not visible to the blocked user.