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