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