#include <conio.h> /* pour Borland seulement */
char carac ;
carac = getch( ) ; // ou avec CVI : carac = GetKey( ) ;
