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