9 lines
84 B
C
9 lines
84 B
C
#ifndef PROG1_H
|
|
#define PROG1_H
|
|
|
|
#include "slp.h"
|
|
|
|
A_stm prog();
|
|
|
|
#endif // PROG1_H
|