9 lines
74 B
C
9 lines
74 B
C
#ifndef LAB4_H
|
|
#define LAB4_H
|
|
|
|
#include "shared.h"
|
|
|
|
void lab_4();
|
|
|
|
#endif
|