#ifndef PROGS_H_ #define PROGS_H_ void prog1(); void prog2(); void prog3(); void prog4(); #endif