9 lines
85 B
C
9 lines
85 B
C
#ifndef PROGS_H_
|
|
#define PROGS_H_
|
|
|
|
void prog1();
|
|
void prog2();
|
|
void prog3();
|
|
|
|
#endif
|