InfLab2/progs.h
2024-11-30 12:51:43 +04:00

9 lines
85 B
C

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