1 2 3 4 5 6 7 8
#ifndef EXAMPLE2_H #define EXAMPLE2_H #include "../curses/ycurses.h" int example2(); #endif