1 2 3 4 5 6 7 8
#ifndef BAR_H #define BAR_H #include "pipe.h" void new_component(char *name); void set_layout(char argv[MAX_ARGS][MAX_ARG_LEN], int argc); #endif