#ifndef DISPLAY_H #define DISPLAY_H void display(int *argc, char **argv, int readfd); #endif