#ifndef DISPLAY_H #define DISPLAY_H void screenDisplay( unsigned short int **tab,int size); #endif // !DISPLAY_H