10 lines
99 B
C
10 lines
99 B
C
|
#ifndef PROGS_H_
|
||
|
#define PROGS_H_
|
||
|
|
||
|
void prog1();
|
||
|
void prog2();
|
||
|
void prog3();
|
||
|
void prog4();
|
||
|
|
||
|
#endif
|