1 2 3 4 5 6
#ifndef DISPLAY_H #define DISPLAY_H void display(int *argc, char **argv, int readfd); #endif